OpenStack Charms - Deployment Guide
Go to file
James Page 5b82aa4814 upgrades: purge old compute service entries
Add pre-upgrade step to discover and purge and old compute service
entries; in later openstack releases, the DB model will throw
exceptions for service entries with versions less than the minimum
requirement, causing API requests to error post upgrade.

Change-Id: Id739f0f23aaadf08dff216bb9f17552deee1b0a4
Closes-Bug: 1809260
2019-01-17 10:53:54 +02:00
deploy-guide/source upgrades: purge old compute service entries 2019-01-17 10:53:54 +02:00
.gitignore Extra bits 2017-06-19 10:43:50 +01:00
.gitreview Fix some documentation issues 2017-08-25 20:12:41 +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.rst Add links to bugs and developer's guide 2018-05-08 15:43:51 +01:00
requirements.txt Add instructions for upgrading OpenStack 2018-02-19 11:29:23 +00:00
setup.cfg Update mailinglist from dev to discuss 2018-12-13 09:55:46 +00:00
setup.py Initial baseline 2017-06-19 10:15:07 +01:00
tox.ini fix tox python3 overrides 2018-10-12 19:25:26 +00:00

README.rst

Team and repository tags

image

OpenStack Charm Deployment Guide

To build the guide, execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the deploy-guide/build/html directory. View these new documents in your favorite web browser.

Submitting changes to this documentation

If you wish to raise an issue against the documentation, please do so at https://bugs.launchpad.net/charm-deployment-guide.

Submissions to this source are controlled via the OpenStack gerrit system at https://review.openstack.org. If you wish to submit content then please see https://docs.openstack.org/infra/manual/developers.html for details on how to submit changes.