Atom feed of this document
  
 

 OpenStack packages

Distributions might release OpenStack packages as part of their distribution or through other methods because the OpenStack and distribution release times are independent of each other.

This section describes the configuration you must complete after you configure machines to install the latest OpenStack packages.

 

To use the Ubuntu Cloud Archive for Icehouse

The Ubuntu Cloud Archive is a special repository that allows you to install newer releases of OpenStack on the stable supported version of Ubuntu.

[Note]Note

Icehouse is in the main repository for 14.04 - this step is not required.

  1. Install the Ubuntu Cloud Archive for Icehouse:

    # apt-get install python-software-properties
    # add-apt-repository cloud-archive:icehouse
  2. Update the package database and upgrade your system:

    # apt-get update
    # apt-get dist-upgrade
  3. If you intend to use OpenStack Networking with Ubuntu 12.04, you should install a backported Linux kernel to improve the stability of your system. This installation is not needed if you intend to use the legacy networking service.

    Install the Ubuntu 13.10 backported kernel:

    # apt-get install linux-image-generic-lts-saucy linux-headers-generic-lts-saucy
  4. Reboot the system for all changes to take effect:

    # reboot
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...