commit | 793db3ac359f16207b1b5ca0f98dfb64c4aa2090 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed May 24 17:01:32 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed May 24 17:01:32 2017 +0000 |
tree | 6bda4f43bbdc8cbfe8fb4fec5482a4b73bc15780 | |
parent | f0442dd59230af083fc1e348591debf5897959f6 [diff] | |
parent | 94b9fae4e9f43eb1329384cbeb1977baac60846e [diff] |
Merge "Allow disabling etcd3"
diff --git a/stack.sh b/stack.sh index ecf068a..a63f6b9 100755 --- a/stack.sh +++ b/stack.sh
@@ -1048,7 +1048,9 @@ # ----- # 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 # --------