New job that tests Glance upgrade path
We need a Jenkins job that tests the upgrade path for Glance. This upgrade test should do the following:
1) Install Glance into a clean environment from the current trunk packages
2) Ensure passes on all unit and functional tests (python setup.py test) against the trunk package
3) Create packages for the merge-proposed branch of Glance
4) Upgrade the Glance environment with packages from #3
5) Ensure all tests pass
This job will ensure that the upgrade path is clean, and that package upgrades are upgrading the necessary config files in the right ways. There was a recent bug: https:/