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

This reverts commit 98f3bbe509.

This is no longer necessary as proper fix [1]
is now applied.

[1] https://review.opendev.org/703288

Change-Id: Ibc40f79b1daf30246ed24790e9b305caea497cb2
Related-bug: #1859847
Related-bug: #1860021
This commit is contained in:
Radosław Piliszek 2020-01-18 15:41:17 +00:00 committed by Jens Harbott (frickler)
parent 09e860fc2c
commit 89cb80d212
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