Revert "Stop enabling g-reg by default"

This reverts commit d7dfcdb467. A
subsquent change that depends on this,
d8dec362ba, has knock on effects for
devstack-gate and needs to be reverted. Revert this first.

Change-Id: Ic5402f57052648e10eacf3c3de67d2cdd2d42f63
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Partial-bug: #1860021
This commit is contained in:
Stephen Finucane 2020-01-17 17:41:22 +00:00
parent 035b41b9b2
commit 98f3bbe509
2 changed files with 2 additions and 1 deletions

View File

@ -401,6 +401,7 @@
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
ENABLED_SERVICES+=,g-api,g-reg
# Cinder
ENABLED_SERVICES+=,c-sch,c-api,c-vol
# Neutron