<div dir="ltr">Dear community,<div><br></div><div>i am new to openstack.</div><div><br></div><div>I have deployed devstack (on a virtual machine),  and I can successfully deploy instances at the host where the controller is installed.</div><div><br></div><div>I followed the instructions from <a href="https://docs.openstack.org/nova/queens/install/compute-install-ubuntu.html" target="_blank">https://docs.openstack.org/nova/queens/install/compute-install-ubuntu.html</a></div><div>to add a new compute host, in order to be able to deploy VMs at the PC. </div><div><br></div><div>Here is the output:</div><div><br></div><div>openstack compute service list --service nova-compute<br>+----+--------------+-----------+------+---------+-------+----------------------------+<br>| ID | Binary       | Host      | Zone | Status  | State | Updated At                 |<br>+----+--------------+-----------+------+---------+-------+----------------------------+<br>|  3 | nova-compute | openstack | nova | enabled | up    | 2020-11-11T07:10:41.000000 |<br>|  5 | nova-compute | computenode      | nova | enabled | up    | 2020-11-11T07:10:42.000000 |<br>+----+--------------+-----------+------+---------+-------+----------------------------+<br></div><div><br></div><div>"computenode" is the new device that i added.</div><div><br></div><div>When i try to deploy an instance from cli:</div><div>openstack server create --flavor m1.tiny --image cirros034  --nic net-id=internal --security-group c8b06902-6664-4776-a8e9-0735ae251d34 --availability-zone nova:computenode mym--debug<br></div><div><br></div><div>the reply i see from horizon is since there is an error in deploying the instance</div><div><span style="color:rgb(51,51,51);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px">No valid host was found. No such host - host: computenode node: None</span>  <br></div><div><br></div><div>any directions?</div><div><br></div><div>all the best,</div><div>Pavlos</div></div>