Revert "Stop enabling g-reg by default"
This reverts commitd7dfcdb467
. 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:
parent
035b41b9b2
commit
98f3bbe509
@ -401,6 +401,7 @@
|
||||
key: true
|
||||
# Glance services
|
||||
g-api: true
|
||||
g-reg: true
|
||||
# Nova services
|
||||
n-api: true
|
||||
n-api-meta: true
|
||||
|
2
stackrc
2
stackrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user