From ed6ebcca030f11529cf0051c67e3b0a74e20fe3f Mon Sep 17 00:00:00 2001 From: David Stanek Date: Thu, 30 Jul 2015 18:49:25 +0000 Subject: [PATCH] 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 --- doc/source/install-guide/configure.rst | 1 + tox.ini | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/doc/source/install-guide/configure.rst b/doc/source/install-guide/configure.rst index 561003846c..0278eb279f 100644 --- a/doc/source/install-guide/configure.rst +++ b/doc/source/install-guide/configure.rst @@ -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** diff --git a/tox.ini b/tox.ini index b626f6b11d..90aed125ee 100644 --- a/tox.ini +++ b/tox.ini @@ -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}