deploy-guide: fix small rst format issues
This fixes a few minor rst format issues like: * nested lists which were shown as blockquote * code-blocks which were show as blockquote * underlining of titles which didn't match * missing backslash escaping in parsed-literal Change-Id: I9b0934112f7f26775af52b6fc7de9fd29b215998
This commit is contained in:
parent
a74b741c87
commit
9603b8a04e
@ -1,6 +1,6 @@
|
||||
===================================
|
||||
==================================
|
||||
Appendix G: Advanced configuration
|
||||
===================================
|
||||
==================================
|
||||
|
||||
.. TODO: include intro on what advanced configuration is, whether it’s required
|
||||
or optional, and when someone should do it
|
||||
|
@ -131,7 +131,7 @@ overrides, the general format for the variable name is
|
||||
``<service>_policy_overrides``.
|
||||
|
||||
Overriding .yml files
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You can override ``.yml`` file values by supplying replacement YAML content.
|
||||
|
||||
|
@ -87,7 +87,7 @@ following is the ``/etc/network/interfaces`` file for ``infra1``.
|
||||
.. literalinclude:: ../../etc/network/interfaces.d/openstack_interface.cfg.prod.example
|
||||
|
||||
Deployment configuration
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Environment layout
|
||||
------------------
|
||||
|
@ -74,7 +74,7 @@ following is the ``/etc/network/interfaces`` file for ``infra1``.
|
||||
.. literalinclude:: ../../etc/network/interfaces.d/openstack_interface.cfg.test.example
|
||||
|
||||
Deployment configuration
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Environment layout
|
||||
------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
==================================================
|
||||
================================================
|
||||
Appendix C: Customizing host and service layouts
|
||||
==================================================
|
||||
================================================
|
||||
|
||||
The default layout of containers and services in OpenStack-Ansible (OSA) is
|
||||
determined by the ``/etc/openstack_deploy/openstack_user_config.yml`` file and
|
||||
|
@ -1,6 +1,6 @@
|
||||
=================================
|
||||
================================
|
||||
Appendix I: Additional resources
|
||||
=================================
|
||||
================================
|
||||
|
||||
Ansible resources:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
=====================
|
||||
====================
|
||||
Appendix D: Security
|
||||
=====================
|
||||
====================
|
||||
|
||||
Security is one of the top priorities within OpenStack-Ansible (OSA), and many
|
||||
security enhancements for OpenStack clouds are available in deployments by
|
||||
|
@ -58,7 +58,7 @@ configuration, see
|
||||
`developer-inventory <http://docs.openstack.org/developer/openstack-ansible/developer-docs/inventory.html>`_.
|
||||
|
||||
Installing additional services
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To install additional services, the files in
|
||||
``/etc/openstack_deploy/conf.d`` provide examples showing
|
||||
|
@ -118,7 +118,7 @@ Install the source and dependencies for the deployment host.
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
# git clone -b |latest_tag| https://git.openstack.org/openstack/openstack-ansible \
|
||||
# git clone -b |latest_tag| https://git.openstack.org/openstack/openstack-ansible \\
|
||||
/opt/openstack-ansible
|
||||
|
||||
#. Change to the ``/opt/openstack-ansible`` directory, and run the
|
||||
|
Loading…
Reference in New Issue
Block a user