OpenStack Charms - Deployment Guide
Go to file
Peter Matulis 1b9afc876a clarify data-port for neutron
Update metadata.yaml snippet for neutron-gateway.

Add 'NICs' column to a table on the install-maas page.

Clarify what 'data-port' is and how to configure all MAAS nodes so that
an unused network interface is left in the 'Unconfigured' state.

It is odd to have the user do this but the alternative was to be invasive in
terms of changes, which would result in a high risk of breakage later on. This
entire guide will be revisited and reviewed at a later date.

Closes-Bug: #1833625

Change-Id: I373eb238f10ab31ee43fdea251747393bc95b44b
2019-08-07 22:44:30 -04:00
deploy-guide/source clarify data-port for neutron 2019-08-07 22:44:30 -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.rst Add links to bugs and developer's guide 2018-05-08 15:43:51 +01:00
requirements.txt Fix links - and make them robust 2019-07-26 16:07:36 +02: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 links - and make them robust 2019-07-26 16:07:36 +02: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.