Merge "Fix doc mistakes"

This commit is contained in:
Zuul 2018-05-30 01:14:19 +00:00 committed by Gerrit Code Review
commit 8d366a1e57

View File

@ -430,18 +430,18 @@ Install and configure components
access to the Placement API by adding the following configuration to access to the Placement API by adding the following configuration to
``/etc/httpd/conf.d/00-nova-placement-api.conf``: ``/etc/httpd/conf.d/00-nova-placement-api.conf``:
.. path /etc/httpd/conf.d/00-nova-placement-api.conf .. path /etc/httpd/conf.d/00-nova-placement-api.conf
.. code-block:: ini .. code-block:: ini
<Directory /usr/bin> <Directory /usr/bin>
<IfVersion >= 2.4> <IfVersion >= 2.4>
Require all granted Require all granted
</IfVersion> </IfVersion>
<IfVersion < 2.4> <IfVersion < 2.4>
Order allow,deny Order allow,deny
Allow from all Allow from all
</IfVersion> </IfVersion>
</Directory> </Directory>
* Restart the httpd service: * Restart the httpd service: