Skip to content

Instantly share code, notes, and snippets.

@kaivanov
Created April 18, 2014 18:27
[openstack@folsom:~]$ IMAGE_ID_1=`glance image-create --name "cirros-qcow2" --disk-format qcow2 --container-format bare --is-public True --file ~/images/cirros-0.3.0-x86_64-disk.img | awk '/ id / { print $4 }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment