commit | 94b9fae4e9f43eb1329384cbeb1977baac60846e | [log] [tgz] |
---|---|---|
author | Andreas Scheuring <andreas.scheuring@de.ibm.com> | Wed May 24 13:31:13 2017 +0200 |
committer | Andreas Scheuring <andreas.scheuring@de.ibm.com> | Wed May 24 15:32:03 2017 +0200 |
tree | 7589fb434cc9ec424982e6df104afcaef7a59ee9 | |
parent | 08de346d0354586b3e8ca2321cb3272eb9b32828 [diff] |
Allow disabling etcd3 Etcd3 was enabled recently as new service in devstack [1]. But there's no way to disable etcd3. This is required on architectures where no etcd binaries are available (e.g. s390x). The long term goal of course should be to have those binaries available. The short term circumvention is to allow disabling the service in local.conf: disable_service etcd3 [1] https://github.com/openstack-dev/devstack/commit/546656fc0543ec2bc5b422fd9eee17f1b8122758 Change-Id: I6184ed193482dad9643ccb2b97133d4957485408 Partial-Bug: #1693192