Boot a VM on a specific host

nova

  • The OpenStack project that provides a way to provision compute instances.
    More information: <https://docs.openstack.org/nova/latest/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

nova boot --nic net-id={{net_id}} --image {{image_id}} --flavor {{flavor}} --availability-zone nova:{{host_name}} {{vm_name}}

click the source code to copy install nova on any operating system with command-not-found.com