Creating a VM using Nova

Let's create a VM using Nova. We will use the cirros image from Glance, and the network from Neutron.

The available list of images in Glance are created by DevStack:

$ openstack image list 
+--------------------------------------+--------------------------+--------+ 
| ID                                   | Name                     | Status | 
+--------------------------------------+--------------------------+--------+ 
| f396a79e-7ccf-4354-8201-623e4a6ec115 | cirros-0.3.5-x86_64-disk | active | 
| 0bc135f6-ebb5-4e8c-a44a-8b96954dfd93 | kubernetes/pause         | active | 
+--------------------------------------+--------------------------+--------+  

Also check the network list in Neutron created by the DevStack installation:

$ openstack network list
+--------------------------------------+---------+----------------------------------------------------------------------------+ ...

Get Containers in OpenStack now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.