diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-30 17:26:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-30 17:26:12 +0000 |
commit | fe47326a1fcba27474ae569b04eaffd649d46054 (patch) | |
tree | 05cb15ee4660004b39cb31d0e43ae7da87b4ff98 | |
parent | 76d21c710a6d564be0957efbbcb0cb887d16bef9 (diff) | |
parent | 75f3b3a5ec08f48e82926c7a06aec9922897fb1e (diff) | |
download | ironic-fe47326a1fcba27474ae569b04eaffd649d46054.tar.gz |
Merge "Docs: bump tempest microversion caps after branching"
-rw-r--r-- | doc/source/dev/releasing.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/dev/releasing.rst b/doc/source/dev/releasing.rst index 71ce39ade..9f5f19dd6 100644 --- a/doc/source/dev/releasing.rst +++ b/doc/source/dev/releasing.rst @@ -43,10 +43,6 @@ Things to do before releasing version history (doc/source/dev/webapi-version-history.rst) to indicate that they were part of the new release. -* Set appropriate defaults for TEMPEST_BAREMETAL_MIN_MICROVERSION and - TEMPEST_BAREMETAL_MAX_MICROVERSION in devstack/lib/ironic to make sure that - unsupported API tempest tests are skipped on stable branches. - * To support rolling upgrades, add this new release version (and release name if it is a named release) into ironic/common/release_mappings.py: @@ -86,6 +82,9 @@ Additionally, changes need to be made to the stable branch to: of the install guide. * update links in the install guide to point to the branched version of the developer documentation. + * set appropriate defaults for TEMPEST_BAREMETAL_MIN_MICROVERSION and + TEMPEST_BAREMETAL_MAX_MICROVERSION in devstack/lib/ironic to make sure that + unsupported API tempest tests are skipped on stable branches. Additionally, changes need to be made on master to: |