summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-07 13:04:46 +0000
committerGerrit Code Review <review@openstack.org>2018-08-07 13:04:46 +0000
commita62a029f670b783ac82ec5b7e2b340666644514b (patch)
tree018eda8cedfea9b1b10f483de8c85cb99367ea0c
parent61bb3a7e7910de262ad891e0ffb84b0856ea3ccc (diff)
parent8f55f0514cb812fe23c63653e1c07b662c5bb4ad (diff)
downloadironic-a62a029f670b783ac82ec5b7e2b340666644514b.tar.gz
Merge "Improve the "Ironic behind mod wsgi" documentation"
-rw-r--r--doc/source/install/include/configure-ironic-api-mod_wsgi.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/install/include/configure-ironic-api-mod_wsgi.inc b/doc/source/install/include/configure-ironic-api-mod_wsgi.inc
index e23acc3cb..4ca382fc3 100644
--- a/doc/source/install/include/configure-ironic-api-mod_wsgi.inc
+++ b/doc/source/install/include/configure-ironic-api-mod_wsgi.inc
@@ -22,7 +22,8 @@ Bare Metal service comes with an example file for configuring the
zypper install apache2
-#. Copy the ``etc/apache2/ironic`` file under the apache sites:
+#. Download the ``etc/apache2/ironic`` file from the Ironic project tree and
+ copy it to the apache sites:
.. TODO(mmitchell): Split this based on operating system
.. code-block:: console