859d4667a5
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 |
||
---|---|---|
.. | ||
README.rst | ||
upgrade-ceilometer | ||
upgrade-keystone | ||
upgrade-neutron |
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.