Comment 4 for bug 1561756

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/mitaka)

Reviewed: https://review.openstack.org/299317
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=6510b8f86b10e92e2462fd4796bd6ec7ad710c4b
Submitter: Jenkins
Branch: stable/mitaka

commit 6510b8f86b10e92e2462fd4796bd6ec7ad710c4b
Author: Jim Rollenhagen <email address hidden>
Date: Thu Mar 24 17:45:15 2016 -0700

    Allow fetching IPA ramdisk with branch name

    This adds branch name to the default URLs for IPA images, ensuring that
    devstack runs will use the correct branch of IPA for tests.

    It introduces a variable IPA_DOWNLOAD_BRANCH to accomplish this, which
    defaults to master. This default will be set to the branch name on
    stable branches, e.g. stable/mitaka. It is modified to match our URL
    scheme for agent images, e.g. stable-mitaka.

    This cherry-pick is modified to set the default to stable/mitaka.

    Change-Id: I3ec6dafb9522b5fe79e0c6681c2578d2a723380a
    Closes-Bug: #1561756
    (cherry picked from commit 8e15d6a1388f49026c4d35ba87219a49ccc3c134)