OpenStack High Availability Guide
Go to file
venkatamahesh 6313a9ab1e Fix the broken link
Change-Id: Ibed453d7c77275b67b0b7ed5892b1158df87f1ed
Closes-Bug: #1529111
2015-12-25 15:29:04 +00:00
doc Fix the broken link 2015-12-25 15:29:04 +00:00
tools Use doc-tools-build-rst 2015-10-12 20:20:31 +02:00
.gitignore Add RST infrastructure for HA Guide 2015-05-02 09:08:43 +02:00
.gitreview Setup ha-guide infrastructure 2014-09-15 19:40:07 +02:00
README.rst Update the documentation contributor guide link 2015-12-13 00:17:31 +05:30
doc-test.conf Rename doc/ha-guide to doc/high-availability-guide 2014-09-21 07:03:26 +02:00
doc-tools-check-languages.conf Fix language publishing 2015-10-12 14:58:41 +02:00
test-requirements.txt Merge "Update for openstackdocstheme 1.2.3" 2015-10-13 06:38:57 +00:00
tox.ini Fixed tox exec warnings with obsolete deletion 2015-11-21 19:52:31 +09:00

README.rst

OpenStack High Availability Guide

This repository contains the OpenStack High Availability Guide.

For more details, see the OpenStack Documentation wiki page.

Building

The root directory of the OpenStack High Availability Guide is doc/ha-guide.

To build the guide, run tox -e docs.

Testing of changes and building of the manual

Install the python tox package and run tox from the top-level directory to use the same tests that are done as part of our Jenkins gating jobs.

If you like to run individual tests, run:

  • tox -e checkniceness - to run the niceness tests
  • tox -e checkbuild - to actually build the manual

tox will use the openstack-doc-tools package for execution of these tests.

Contributing

Our community welcomes all people interested in open source cloud computing, and encourages you to join the OpenStack Foundation.

The best way to get involved with the community is to talk with others online or at a meet up and offer contributions through our processes, the OpenStack wiki, blogs, or on IRC at #openstack on irc.freenode.net.

We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts.

If you would like to contribute to the documents, please see the OpenStack Documentation Contributor Guide.

Bugs

Bugs should be filed on Launchpad, not GitHub:

https://bugs.launchpad.net/openstack-manuals

Installing

Refer to http://docs.openstack.org to see where these documents are published and to learn more about the OpenStack project.