875c5e4e6e
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
735 B
735 B
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:
# git checkout stable/newton
# LATEST_TAG=$(git describe --abbrev=0 --tags)
# git checkout ${LATEST_TAG}
# ./scripts/run-upgrade.sh