Stop enabling g-reg by default

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: I93325cbd26dbc6a30062d9ba83acab248897b18e
Depends-on: https://review.opendev.org/702707
Related-bug: #1859847
This commit is contained in:
Radosław Piliszek
2020-01-15 18:36:20 +01:00
parent bcb2c30c31
commit d7dfcdb467
2 changed files with 1 additions and 2 deletions

View File

@@ -401,7 +401,6 @@
key: true
# Glance services
g-api: true
g-reg: true
# Nova services
n-api: true
n-api-meta: true

View File

@@ -69,7 +69,7 @@ if ! isset ENABLED_SERVICES ; then
# Placement service needed for Nova
ENABLED_SERVICES+=,placement-api,placement-client
# Glance services needed for Nova
ENABLED_SERVICES+=,g-api,g-reg
ENABLED_SERVICES+=,g-api
# Cinder
ENABLED_SERVICES+=,c-sch,c-api,c-vol
# Neutron