Advertisement
Guest User

Untitled

a guest
Dec 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. echo "Add image to glance"
  2. GLANCE_OUT=$(openstack --os-url $GLANCE_SERVICE_PROTOCOL://$GLANCE_HOSTPORT \
  3. image create $DISTRO-${DATASTORE}-${DATASTORE_VERSION} \
  4. --public --disk-format qcow2 --container-format bare --file $QCOW_IMAGE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement