OpenStack Charms - Deployment Guide
Go to file
Peter Matulis b4d4a36160 Improve Placement special operation
Improve the instructions that cover the introduction of the
placement charm by mentioning that nova-compute payload
upgrade should follow nova-cloud-controller payload upgrade.

Correct the payload upgrade order on the openstack-upgrade
page by putting nova-compute after nova-cloud-controller.
The former was recently moved up due to minimise OVN control
plane downtime but the current fix is essential.

The upgrdae-charms page was likewise updated.

Closes-Bug: #1970266
Change-Id: Ic564bfd649bd8d3ba435577b7e7d2f472992a1c6
2022-05-03 12:50:17 -04:00
deploy-guide Improve Placement special operation 2022-05-03 12:50:17 -04:00
.gitignore Extra bits 2017-06-19 10:43:50 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:31:48 +00:00
.zuul.yaml Update Zuul file list 2018-10-12 21:24:37 +02:00
LICENSE Extra bits 2017-06-19 10:43:50 +01:00
README.md Convert README to markdown 2021-03-24 15:14:27 -04:00
requirements.txt Redirect links for config-openstack 2021-01-25 15:25:25 -07:00
setup.cfg Convert README to markdown 2021-03-24 15:14:27 -04:00
setup.py Initial baseline 2017-06-19 10:15:07 +01:00
tox.ini Fix up upgrade order 2022-04-05 23:33:24 -04:00

README.md

OpenStack Charms Deployment Guide

tags

The OpenStack Charms Deployment Guide is the main source of information for the usage of the OpenStack Charms.

Building

To build the guide run this simple command:

tox

The resulting HTML files will be found in the deploy-guide/build/html directory. These can be opened individually with a web browser or hosted by a local web server.

Contributing

Documentation issues can be filed on Launchpad.

This repository is under version control and is managed via the OpenStack Gerrit system (see the OpenDev Developers Guide). For specific guidance on working with the documentation hosted on docs.openstack.org please read the OpenStack Documentation Contributor Guide.