Run Glance initialization when Glance is enabled, not just registry

Per [1] Glance registry should not be required to run since Queens.

[1] https://specs.openstack.org/openstack/glance-specs/specs/queens/approved/glance/deprecate-registry.html

Change-Id: I5477c8769ff4ae151d4d6ccb5e5d8dd5788909b0
Closes-bug: #1859847
This commit is contained in:
Radosław Piliszek 2020-01-15 18:30:36 +01:00
parent bcb2c30c31
commit d8dec362ba
1 changed files with 2 additions and 2 deletions

View File

@ -1155,7 +1155,7 @@ fi
# Glance
# ------
if is_service_enabled g-reg; then
if is_glance_enabled; then
echo_summary "Configuring Glance"
init_glance
fi
@ -1280,7 +1280,7 @@ fi
# scripts as userdata.
# See https://help.ubuntu.com/community/CloudInit for more on ``cloud-init``
if is_service_enabled g-reg; then
if is_glance_enabled; then
echo_summary "Uploading images"