ad79234af5
This patch removes the need for a special upgrade procedure as outlined in [1]. The Neutron codebases have been tweaked [2,3,4,5] to allow for a backward compatible upgrade. [1] https://wiki.openstack.org/wiki/ReleaseNotes/Kilo#Upgrade_Notes_6 [2] https://review.openstack.org/#/c/142484/ [3] https://review.openstack.org/#/c/142482/ [4] https://review.openstack.org/#/c/142474/ [5] https://review.openstack.org/#/c/142150/ Closes-bug: #1401895 Change-Id: I82b8aa4215f9669bb622548f27f8bb53544c9792 |
||
---|---|---|
.. | ||
README.rst | ||
upgrade-keystone |
Juno to Kilo specific upgrade scripts
This directory can house service scripts for upgrading from Juno to Kilo for individual services.
To do this add upgrade-$servicename
script to this
directory and include a configure_$servicename_upgrade
function in the file. All services that don't have a specific upgrade
script will just use the generic one, which performs a db-sync and
installs the updated code.