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.
Reviewed: https:/ /review. openstack. org/240217 /git.openstack. org/cgit/ openstack/ fuel-upgrade/ commit/ ?id=1e894e26d4e 1423a9b0d66abd6 a79505f4175ff6
Committed: https:/
Submitter: Jenkins
Branch: master
commit 1e894e26d4e1423 a9b0d66abd6a795 05f4175ff6
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 compatible, it is
release, it is removed. To make change API-backward-
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: I518a0114730a2f 227c9ef035a376f 9a90d3d5bbd
Closes-bug: #1503303
DocImpact