Remove nova-cert from devstack

nova-cert is removed in pike:
See: I2c78a0c6599b92040146cf9f0042cff8fd2509c3

Change-Id: I365a04a365b13f9c7858c487069a6fe3c9a9a350
This commit is contained in:
Yuval Brik 2017-05-03 16:16:16 +03:00
parent f3e3110a27
commit 458da74d0f
3 changed files with 8 additions and 3 deletions

View File

@ -18,11 +18,16 @@
#
s=rabbit,mysql,key
s+=,n-cpu,n-api,n-crt,n-cond,n-sch,n-cauth,placement-api
s+=,n-cpu,n-api,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
fi
if [[ "stable/kilo stable/liberty stable/mitaka stable/ocata" =~ $ZUUL_BRANCH ]]; then
s+=,n-crt
fi
s+=,neutron,q-svc,q-agt,q-dhcp,q-meta
s+=,cinder,g-api,g-reg
s+=,c-api,c-vol,c-sch,c-bak,horizon

View File

@ -12,7 +12,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+=,n-cpu,n-api,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

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 placement-api
enable_service n-cpu n-api n-cond n-sch n-novnc n-cauth placement-api
Neutron (optional)