[Manila] Add 'placement' services to list of services

where we change it explicitly and install nova intentionally.

Change-Id: I333b83305bb7d89d1c886575afbfa036b6e426ec
This commit is contained in:
vponomaryov
2017-02-01 13:13:45 +02:00
parent 3acca562e5
commit b1eb0fd24c

View File

@@ -141,6 +141,11 @@
OVERRIDE_ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch,n-crt,n-cauth,n-obj
# Enable neutron for scenario tests
OVERRIDE_ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-l3,q-agt
# Enable mandatory placement services for nova starting with ocata
if [[ ! "stable/mitaka stable/newton" =~ $ZUUL_BRANCH ]]; then
OVERRIDE_ENABLED_SERVICES+=,placement-api,placement-client
fi
fi
export OVERRIDE_ENABLED_SERVICES