Last active
June 13, 2019 15:55
-
-
Save toanalien/434b5a64fa727b453de02f16f0b49fd6 to your computer and use it in GitHub Desktop.
import image to glance
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/bash | |
export CB_LATEST_IMAGE=cb-hdp-26-1808062221.img | |
export CB_LATEST_IMAGE_NAME=cb-hdp-26-1808062221.img | |
export OS_USERNAME=admin | |
export OS_AUTH_URL=http://localhost/identity | |
export OS_TENANT_NAME=admin | |
export OS_PROJECT_DOMAIN_ID=default | |
export OS_USER_DOMAIN_ID=default | |
glance image-create --name "$CB_LATEST_IMAGE_NAME" --file "$CB_LATEST_IMAGE" --disk-format qcow2 --container-format bare --progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment