Created
February 2, 2018 10:21
-
-
Save frayos/004dd77b3baf21b3cabefbb65a4f1455 to your computer and use it in GitHub Desktop.
openstack controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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