Launchpad

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

commit 941940a92cd5424 bbe5125569b083f 1059569bdb
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/ d8bb22060673771 9bcdf7c5b4f5490 6f2974c71c

    Change-Id: I1c378a0456dcf2 e94d79a02de9d3e 16753d946d6
    Partial-Bug: #1693192

Read the original on bugs.launchpad.net ↗