diff --git a/install-guide/source/configure-common.rst b/install-guide/source/configure-common.rst index 0ca49772..cac357df 100644 --- a/install-guide/source/configure-common.rst +++ b/install-guide/source/configure-common.rst @@ -10,7 +10,7 @@ Replace ``AODH_DBPASS`` with the password you chose for the Telemetry Alarming module database. You must escape special characters - such as ':', '/', '+', and '@' in the connection string in accordance + such as ``:``, ``/``, ``+``, and ``@`` in the connection string in accordance with `RFC2396 `_. * In the ``[DEFAULT]`` section, diff --git a/install-guide/source/index.rst b/install-guide/source/index.rst index cecad15c..8f0ca4b2 100644 --- a/install-guide/source/index.rst +++ b/install-guide/source/index.rst @@ -8,8 +8,8 @@ Telemetry Alarming service install-obs.rst install-rdo.rst install-ubuntu.rst - verify.rst next-steps.rst +.. verify.rst -This chapter assumes a working setup of OpenStack following the base -Installation Guide. +This chapter assumes a working setup of OpenStack following the +`OpenStack Installation Tutorials and Guides `_. diff --git a/install-guide/source/install-obs.rst b/install-guide/source/install-obs.rst index 0575593d..17a54680 100644 --- a/install-guide/source/install-obs.rst +++ b/install-guide/source/install-obs.rst @@ -13,7 +13,7 @@ Compute, Image Service, Identity. .. include:: prereq-common.rst Install and configure components -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +-------------------------------- .. note:: @@ -34,7 +34,7 @@ Install and configure components .. include:: configure-common.rst Finalize installation -~~~~~~~~~~~~~~~~~~~~~ +--------------------- #. Start the Telemetry Alarming services and configure them to start when the system boots: diff --git a/install-guide/source/install-rdo.rst b/install-guide/source/install-rdo.rst index b4eb6757..beba7169 100644 --- a/install-guide/source/install-rdo.rst +++ b/install-guide/source/install-rdo.rst @@ -13,7 +13,7 @@ Compute, Image Service, Identity. .. include:: prereq-common.rst Install and configure components -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +-------------------------------- .. note:: @@ -34,7 +34,7 @@ Install and configure components .. include:: configure-common.rst Finalize installation -~~~~~~~~~~~~~~~~~~~~~ +--------------------- #. Start the Telemetry Alarming services and configure them to start when the system boots: diff --git a/install-guide/source/install-ubuntu.rst b/install-guide/source/install-ubuntu.rst index 85c91774..3bc3a1dd 100644 --- a/install-guide/source/install-ubuntu.rst +++ b/install-guide/source/install-ubuntu.rst @@ -13,7 +13,7 @@ Compute, Image Service, Identity. .. include:: prereq-common.rst Install and configure components -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +-------------------------------- .. note:: @@ -32,7 +32,7 @@ Install and configure components .. include:: configure-common.rst Finalize installation -~~~~~~~~~~~~~~~~~~~~~ +--------------------- #. Restart the Alarming services: diff --git a/install-guide/source/next-steps.rst b/install-guide/source/next-steps.rst index 82f065f6..75b8517f 100644 --- a/install-guide/source/next-steps.rst +++ b/install-guide/source/next-steps.rst @@ -5,5 +5,6 @@ Next steps Your OpenStack environment now includes the aodh service. -To add additional services, see -docs.openstack.org/draft/install-guides/index.html . +To add additional services, see the +`OpenStack Installation Tutorials and Guides `_ + diff --git a/install-guide/source/verify.rst b/install-guide/source/verify.rst index c8d00c31..6e4f58e9 100644 --- a/install-guide/source/verify.rst +++ b/install-guide/source/verify.rst @@ -1,3 +1,5 @@ +:orphan: + .. _verify: Verify operation