OpenStack Charms - Deployment Guide
Go to file
Peter Matulis b7f5823f27 Improve TLS explanation
Better explain how applications get TLS-enabled,
the cloud database in particular.

Change-Id: I8cb74c7cc8ddde61f86544db8feedf25253a5496
2021-03-16 22:13:19 -04:00
deploy-guide Improve TLS explanation 2021-03-16 22:13:19 -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 Review README 2021-02-17 12:39:13 -05:00
requirements.txt Redirect links for config-openstack 2021-01-25 15:25:25 -07:00
setup.cfg Small cleanups 2020-04-07 13:20:19 +02:00
setup.py Initial baseline 2017-06-19 10:15:07 +01:00
tox.ini Redirect links for config-openstack 2021-01-25 15:25:25 -07:00

README.rst

OpenStack Charms Deployment Guide

image

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 https://docs.openstack.org please read the OpenStack Documentation Contributor Guide.