Merge "Revert "Revert "Stop enabling g-reg by default"""

This commit is contained in:
Zuul 2020-01-23 15:07:30 +00:00 committed by Gerrit Code Review
commit f9a6986b90
2 changed files with 1 additions and 2 deletions

View File

@ -398,7 +398,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