grenade/from-icehouse
gordon chung 859d4667a5 add new config file to upgrade
in ceilometer, we adopted paste to be inline with other projects.
this introduces the paste.ini file which does not exists pre-juno.
add api-paste.ini file to upgrade path.

Change-Id: I5ba9980ef744729308462971eea96976af7b696b
2014-08-28 12:50:57 +00:00
..
README.rst switch to icehouse -> juno upgrade 2014-04-18 11:34:25 -04:00
upgrade-ceilometer add new config file to upgrade 2014-08-28 12:50:57 +00:00
upgrade-keystone Ensure upgrade testing tests same deployment methods 2014-06-23 15:51:49 -07:00
upgrade-neutron add bashate (nee bash8) test support 2014-06-19 17:14:47 -04:00

Icehouse to Juno specific upgrade scripts

This directory can house service scripts for upgrading from icehouse to juno 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.