Openstack Cheat Sheet Command Page

Posted on

This is a cheat sheet command page for everything related to Openstack Virtualization Server.

Create a New Image of Openstack with the format of qcow2 using available qcow2 image

openstack image create --disk-format qcow2 --file qcow_image_file protected --public new_qcow_image_file

Access Openstack Command Console via Command Line

source keystonerc_admin 

 

Leave a Reply