Skip to content

Instantly share code, notes, and snippets.

@frayos
Created February 2, 2018 10:21
Show Gist options
  • Select an option

  • Save frayos/004dd77b3baf21b3cabefbb65a4f1455 to your computer and use it in GitHub Desktop.

Select an option

Save frayos/004dd77b3baf21b3cabefbb65a4f1455 to your computer and use it in GitHub Desktop.
openstack controller
#!/bin/sh
export OS_AUTH_URL=https://sashq-r.openstack.sas.com:5000/v2.0
export OS_PROJECT_NAME=dept-tsg
export OS_USERNAME=frayos
export OS_PASSWORD=XXXXXXXXXXXXXXX
#glance image-list
#openstack image list
glance image-list
glance image-download --file /home/cloud-user/open.qcow2 --progress 44ab2b78-6da5-41d1-95a7-57bed001b52c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment