Add placement services to default devstack
Now that the placement service is mandatory for running Nova in Ocata, we want to enable it by default when running devstack by default. In the past, we added a placement-client service with I04a655fbc58913b3d607400a7f677be299499142 Devstack-gate will also be able to run a multinode devstack with the help of Ibd760c642e3c1ffff2dd61be48e30530b0d24720 Change-Id: I273c3c8299ee329bed425f3e7cd4b583ed1187a4
This commit is contained in:
2
stackrc
2
stackrc
@@ -54,6 +54,8 @@ if ! isset ENABLED_SERVICES ; then
|
||||
ENABLED_SERVICES=key
|
||||
# Nova - services to support libvirt based openstack clouds
|
||||
ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth
|
||||
# Placement service needed for Nova
|
||||
ENABLED_SERVICES+=,placement-api,placement-client
|
||||
# Glance services needed for Nova
|
||||
ENABLED_SERVICES+=,g-api,g-reg
|
||||
# Cinder
|
||||
|
||||
Reference in New Issue
Block a user