Fix typpo in glance command

dmage->image

Change-Id: I7f237154aeb1bd54d9a2277d95c8ce6bdeed29a0
This commit is contained in:
Evgeny Sikachev 2016-06-27 18:45:12 +03:00
parent 3e21857849
commit ef18069c2f

@ -38,7 +38,7 @@ failure() {
register_new_image() {
local image_name=$1
local image_properties=$2
openstack dmage create $image_name --file $image_name.qcow2 --disk-format qcow2 --container-format bare --property '_sahara_tag_ci'='True' $image_properties
openstack image create $image_name --file $image_name.qcow2 --disk-format qcow2 --container-format bare --property '_sahara_tag_ci'='True' $image_properties
}
rename_image() {