Comment 7 for bug 1693192

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

Reviewed: https://review.openstack.org/502514
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=941940a92cd5424bbe5125569b083f1059569bdb
Submitter: Jenkins
Branch: master

commit 941940a92cd5424bbe5125569b083f1059569bdb
Author: Andreas Scheuring <email address hidden>
Date: Wed Sep 13 00:24:02 2017 +0200

    Add etcd3 support for s390x

    Since [1] devstack is failing on s390x with "Distro not supported".
    The reason for this is the missing etcd3 support. It worked before
    [1] as we were able to disable etcd3 via local.conf. But as etcd3 is
    a base service, we might not be able to rely on this workarond in
    the future anymore.

    As there is no etcd3 binary hosted on github like it is for other
    architectures, the user needs to specify an alternative download
    URL via local.conf. Otherwise devstack will exit with an appropriate
    error message.

      ETCD_DOWNLOAD_URL=<custom-download-url>

    [1] https://github.com/openstack-dev/devstack/commit/d8bb220606737719bcdf7c5b4f54906f2974c71c

    Change-Id: I1c378a0456dcf2e94d79a02de9d3e16753d946d6
    Partial-Bug: #1693192