diff --git a/devstack/lib/heat b/devstack/lib/heat index 1db18e89f6..2be80c61a4 100644 --- a/devstack/lib/heat +++ b/devstack/lib/heat @@ -476,7 +476,7 @@ function configure_tempest_for_heat { TOKEN=$(openstack token issue -c id -f value) local image_exists=$( openstack image list | grep "Fedora-Cloud-Base-29-1.2.x86_64" ) if [[ -z $image_exists ]]; then - if is_service_enabled g-reg; then + if is_service_enabled g-api; then upload_image $HEAT_TEST_FEDORA_IMAGE $TOKEN fi fi