Merge "Enable zun-etcd only if db type is etcd"

This commit is contained in:
Jenkins 2017-02-05 02:57:42 +00:00 committed by Gerrit Code Review
commit b51b114f13

View File

@ -18,4 +18,6 @@
# Enable Zun services
enable_service zun-api
enable_service zun-compute
enable_service zun-etcd
if [[ ${ZUN_DB_TYPE} == "etcd" ]]; then
enable_service zun-etcd
fi