keystone/doc
Colleen Murphy 4c99563b14 Update OBS install docs for v2 removal
With the removal of the v2 API, there is no reason to keep listening on
multiple ports. Update the OBS install guide to only mention the one
port. The openSUSE openstack-keystone package does not provide a default
vhost config file so we can update this independently of any package
changes in the distro. This also removes a few incorrect notes, one
claiming that the distro package installed and started the nonexistent
eventlet service and one claiming that port 5000 only allowed non-admin
access.

Change-Id: Ic06af94335598e0aadac20874d177e531069548a
2018-02-08 15:46:41 +01:00
..
ext Fix doc generation for python 3 2017-04-17 07:44:47 +02:00
source Update OBS install docs for v2 removal 2018-02-08 15:46:41 +01:00
Makefile Align with project configs. 2012-03-01 11:42:42 -08:00
README.rst Fixes documentation building 2013-12-13 02:47:37 +00:00
requirements.txt Updated from global requirements 2018-01-24 00:56:57 +00:00

README.rst

Building Docs

Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:

$ tox -e docs

The documentation will be built at doc/build/.