nova

The OpenStack project that provides a way to provision compute instances. More information: https://docs.openstack.org/nova/latest/.

nova list

nova list --all-tenants

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

nova start server

nova stop server

nova interface-attach --net-id net_id server