Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "Add image to glance"
- GLANCE_OUT=$(openstack --os-url $GLANCE_SERVICE_PROTOCOL://$GLANCE_HOSTPORT \
- image create $DISTRO-${DATASTORE}-${DATASTORE_VERSION} \
- --public --disk-format qcow2 --container-format bare --file $QCOW_IMAGE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement