openstack-ansible/doc/source/upgrade-guide/script-upgrade.rst
daz 875c5e4e6e [docs] Revise upgrade guide structure
1. Move minor upgrade content from the install guide
to the upgrade guide
2. Revise the overview section to include minor upgrades
3. Restructure the upgrade guide for improved information flow
4. Add configure-keystone.rst to  the old install guide that was
accidently removed in https://review.openstack.org/#/c/328095/

Change-Id: I602ef4a4f95f5ff46ee9b9eaaaa6ccdfd637d1dc
Implements: blueprint osa-install-guide-overhaul
2016-06-16 14:46:55 +10:00

31 lines
735 B
ReStructuredText

.. _script-upgrade:
========================
Upgrading using a script
========================
The Newton release series of OpenStack-Ansible contains the code for
migrating from Mitaka to Newton.
.. warning::
The upgrade script is still under active development and should not be run
on a production environment at this time.
Running the upgrade script
~~~~~~~~~~~~~~~~~~~~~~~~~~
To upgrade from Mitaka to Newton using the upgrade script, perform the
following steps in the ``openstack-ansible`` directory:
.. code-block:: console
# git checkout stable/newton
# LATEST_TAG=$(git describe --abbrev=0 --tags)
# git checkout ${LATEST_TAG}
# ./scripts/run-upgrade.sh
--------------
.. include:: navigation.txt