[install] change Mitaka to Newton

Also adds missing note about pre-release packages for SUSE distros.

Change-Id: Ib3acecc87cd180dff6dce7421cdf9c059ece51d9
This commit is contained in:
Christian Berendt 2016-05-10 07:25:50 +02:00 committed by Christian Berendt
parent eb4e4d7e2b
commit 37393e80bb
2 changed files with 23 additions and 7 deletions

View File

@ -23,7 +23,7 @@ these procedures on all nodes.
.. code-block:: console
# apt-get install software-properties-common
# add-apt-repository cloud-archive:mitaka
# add-apt-repository cloud-archive:newton
.. note::
@ -31,7 +31,7 @@ these procedures on all nodes.
.. code-block:: console
# add-apt-repository cloud-archive:mitaka-proposed
# add-apt-repository cloud-archive:newton-proposed
.. only:: rdo
@ -87,7 +87,7 @@ these procedures on all nodes.
.. code-block:: console
# yum install centos-release-openstack-mitaka
# yum install centos-release-openstack-newton
* On RHEL, download and install the RDO repository RPM to enable the
OpenStack repository.
@ -122,7 +122,15 @@ these procedures on all nodes.
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Mitaka/openSUSE_Leap_42.1 Mitaka
# zypper addrepo -f obs://Cloud:OpenStack:Newton/openSUSE_Leap_42.1 Newton
.. note::
For pre-release testing, use the master repository:
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Master/openSUSE_Leap_42.1 Master
The openSUSE distribution uses the concept of patterns to represent
collections of packages. If you selected 'Minimal Server Selection (Text
@ -138,7 +146,7 @@ these procedures on all nodes.
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Mitaka/SLE_12_SP1 Mitaka
# zypper addrepo -f obs://Cloud:OpenStack:Newton/SLE_12_SP1 Newton
.. note::
@ -152,12 +160,20 @@ these procedures on all nodes.
Key Created: 2015-12-16T16:48:37 CET
Key Expires: 2018-02-23T16:48:37 CET
.. note::
For pre-release testing, use the master repository:
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Master/SLE_12_SP1 Master
.. only:: debian
Enable the backports repository
-------------------------------
The Mitaka release is available directly through the official
The Newton release is available directly through the official
Debian backports repository. To use this repository, follow
the instruction from the official
`Debian website <http://backports.debian.org/Instructions/>`_,

View File

@ -63,7 +63,7 @@ or as connected entities.
Explanations of configuration options and sample configuration files
are included.
This guide documents OpenStack Mitaka release.
This guide documents OpenStack Newton release.
.. warning::