Adds ceilometer link in configure.rst

This gets rid of the warning message saying that nothing is actually
linking to the document.

To get rid of the chicken-egg problem:

The -infra templated job for docs requires that a venv be created using
tox. It will actually run this command to build the documentation:

  tox -evenv -- python setup.py build_sphinx

Change-Id: I0f03ad6efe2a997c9cecac6240e1e8be8e85ccf6
This commit is contained in:
David Stanek 2015-07-30 18:49:25 +00:00
parent 169432e10b
commit ed6ebcca03
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Chapter 5. Deployment configuration
configure-cinder.rst
configure-swift.rst
configure-haproxy.rst
configure-ceilometer.rst
**Figure 5.1. Installation work flow**

View File

@ -12,3 +12,8 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/dev-requirements.txt
commands=
python setup.py build_sphinx
# environment used by the -infra templated docs job
[testenv:venv]
deps = -r{toxinidir}/dev-requirements.txt
commands = {posargs}