Merge "Skip image management if glance is not available"
This commit is contained in:
commit
c0bf2d43d0
@ -938,7 +938,7 @@ class tempest(
|
||||
fail('heat_flavor_ref and heat_flavor_name are both set: please set only one of them')
|
||||
}
|
||||
|
||||
if $configure_images {
|
||||
if $glance_available and $configure_images {
|
||||
if ! $image_ref and $image_name {
|
||||
# If the image id was not provided, look it up via the image name
|
||||
# and set the value in the conf file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user