OpenStack Charms - Deployment Guide
abe70d394d
Make it so hardware requirements are lessened by no longer requiring two network adapters on each cloud node. OVN Chassis will use an existing OVS bridge. This was tested successfully. Change-Id: I66d150df2a0e7a92c46b31398ad707c53b87bb9b |
||
---|---|---|
deploy-guide | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
tox.ini |
OpenStack Charms Deployment Guide
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 Developer’s Guide). For specific guidance on working with the documentation hosted on docs.openstack.org please read the OpenStack Documentation Contributor Guide.