Comment 4 for bug 1708549

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

Reviewed: https://review.openstack.org/518411
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=feac8cfb786f7490743b3f270aa569054795ef4f
Submitter: Zuul
Branch: master

commit feac8cfb786f7490743b3f270aa569054795ef4f
Author: Ruby Loo <email address hidden>
Date: Tue Nov 7 17:47:40 2017 -0500

    Pin API version during rolling upgrade

    During a rolling upgrade, when the new services are pinned to the
    old release, the API version will also be pinned to the old release.
    This will prevent users from accessing new features that may not quite
    work.

    The .sample was updated to reflect the change to the help string for
    the [DEFAULT]/pin_release_version configuration option. The update also
    pulled in changes for other options, from other (non-ironic) libraries.

    Change-Id: I38a0f106b589945fb62071f3dfe5bff43c6fee93
    Partial-Bug: #1708549