Show Menu
Cheatography

OpenStack Cheat Sheet (DRAFT) by

Common commands and activities for the OpenStack CLI

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Identity (keystone)

openstack user list
List all users
openstack catalog list
List the identity catalog

Manage Images (glance)

openstack image list
List all accessible images
openstack image delete IMAGE
Delete the specific IMAGE
openstack image show IMAGE
Display inform­ation about a specific IMAGE
openstack image set IMAGE
Update specific IMAGE
 

Compute (nova)

openstack server list
List all instances
openstack image list
List all images
openstack flavor create --ram MB --disk # --vcpus 3 flavor.name
Create a new flavor
openstack flavor list
List all flavors
openstack server create --image IMAGE --flavor FLAVOR INSTAN­CENAME
Start an instance with a specific flavor and instance
openstack server show NAME
Show instance details
openstack console log show NAME
View console log for instance