Skip image management if glance is not available
Change-Id: I1b9529bf1f1968ebab54e0ace03f7764d3d4d8cc
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user