devstack: add placement-api

Change-Id: I75e7eebe2f930cf186753403295641ff50472ddf
This commit is contained in:
Yuval Brik 2017-02-02 11:28:00 +02:00
parent ae8e573800
commit 0fae025798
3 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#
s=rabbit,mysql,key
s+=,n-cpu,n-api,n-crt,n-cond,n-sch,n-cauth
s+=,n-cpu,n-api,n-crt,n-cond,n-sch,n-cauth,placement-api
# n-obj has been removed from mitaka
if [[ "stable/kilo stable/liberty" =~ $ZUUL_BRANCH ]]; then
s+=,n-obj

View File

@ -13,6 +13,7 @@ enable_plugin heat https://git.openstack.org/openstack/heat master
#run the services you want to use
ENABLED_SERVICES=rabbit,mysql,key
ENABLED_SERVICES+=,n-cpu,n-api,n-crt,n-obj,n-cond,n-sch,n-novnc,n-cauth
ENABLED_SERVICES+=,placement-api
ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-meta
ENABLED_SERVICES+=,cinder,g-api,g-reg
ENABLED_SERVICES+=,c-api,c-vol,c-sch,c-bak,horizon

View File

@ -59,7 +59,7 @@ Nova (optional)
.. code-block:: none
enable_service n-cpu n-api n-crt n-cond n-sch n-novnc n-cauth
enable_service n-cpu n-api n-crt n-cond n-sch n-novnc n-cauth placement-api
Neutron (optional)