grenade/from-juno
armando-migliaccio ad79234af5 Drop Kilo upgrade hack for Neutron
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
2015-01-12 17:57:17 +00:00
..
README.rst Teach Grenade to do Juno to Kilo upgrades 2014-10-16 08:24:22 -07:00
upgrade-keystone Modify keystone-paste.ini file on Kilo upgrade 2014-12-08 14:10:46 +00:00

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.