Comment 4 for bug 1503303

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

Reviewed: https://review.openstack.org/240217
Committed: https://git.openstack.org/cgit/openstack/fuel-upgrade/commit/?id=1e894e26d4e1423a9b0d66abd6a79505f4175ff6
Submitter: Jenkins
Branch: master

commit 1e894e26d4e1423a9b0d66abd6a79505f4175ff6
Author: Maciej Kwiek <email address hidden>
Date: Tue Oct 20 11:40:25 2015 +0200

    Replace release.is_deployable with release.state

    is_deployable doesn't really give any additional information for a
    release, it is removed. To make change API-backward-compatible, it is
    retained as a property dependent on release.state.

    New state is added - manageonly, for environments that are not able to
    be deployed, but can still be managed.

    Change-Id: I518a0114730a2f227c9ef035a376f9a90d3d5bbd
    Closes-bug: #1503303
    DocImpact