Fix typpo in glance command
dmage->image Change-Id: I7f237154aeb1bd54d9a2277d95c8ce6bdeed29a0
This commit is contained in:
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user