diff --git a/manifests/init.pp b/manifests/init.pp index 36f01aac..570fd8de 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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.