Scenario 1: All-at-once upgrade

In this scenario, you will take down all of your OpenStack services at the same time, and will not bring them back up until the upgrade process is complete.

On all of your hosts:

  1. Install the Icehouse yum repository.

  2. Stop all your OpenStack services.

  3. Perform a complete upgrade of all packages:

     # yum upgrade
    
  4. Perform database schema upgrades for all of your services.

  5. Review newly installed configuration files.

    The upgraded packages will have installed .rpmnew files appropriate to the Icehouse version of the service. In general, the Icehouse services will run using the configuration files from your Havana deployment. The following services will need manual configuration before they will work correctly:

  6. Start all your OpenStack services.