Merge "Allow disabling etcd3"

This commit is contained in:
Jenkins 2017-05-24 17:01:32 +00:00 committed by Gerrit Code Review
commit 793db3ac35

View File

@ -1048,7 +1048,9 @@ start_dstat
# -----
# etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
start_etcd3
if is_service_enabled etcd3; then
start_etcd3
fi
# Keystone
# --------