Merge "Stop enabling g-reg by default"
This commit is contained in:
commit
035b41b9b2
@ -401,7 +401,6 @@
|
|||||||
key: true
|
key: true
|
||||||
# Glance services
|
# Glance services
|
||||||
g-api: true
|
g-api: true
|
||||||
g-reg: true
|
|
||||||
# Nova services
|
# Nova services
|
||||||
n-api: true
|
n-api: true
|
||||||
n-api-meta: true
|
n-api-meta: true
|
||||||
|
2
stackrc
2
stackrc
@ -69,7 +69,7 @@ if ! isset ENABLED_SERVICES ; then
|
|||||||
# Placement service needed for Nova
|
# Placement service needed for Nova
|
||||||
ENABLED_SERVICES+=,placement-api,placement-client
|
ENABLED_SERVICES+=,placement-api,placement-client
|
||||||
# Glance services needed for Nova
|
# Glance services needed for Nova
|
||||||
ENABLED_SERVICES+=,g-api,g-reg
|
ENABLED_SERVICES+=,g-api
|
||||||
# Cinder
|
# Cinder
|
||||||
ENABLED_SERVICES+=,c-sch,c-api,c-vol
|
ENABLED_SERVICES+=,c-sch,c-api,c-vol
|
||||||
# Neutron
|
# Neutron
|
||||||
|
Loading…
x
Reference in New Issue
Block a user