Comment 2 for bug 1693192

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/467597
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=94b9fae4e9f43eb1329384cbeb1977baac60846e
Submitter: Jenkins
Branch: master

commit 94b9fae4e9f43eb1329384cbeb1977baac60846e
Author: Andreas Scheuring <email address hidden>
Date: Wed May 24 13:31:13 2017 +0200

    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