Removed unnecessary line breaks from install-guides

Installation guides imported from openstack-manuals have some extra
line breaks. Improved the guides by removing those extra breaks.

Change-Id: Ie0b3489f19188588622a342dd8163d46b557eb23
This commit is contained in:
Samriddhi Jain 2017-06-26 20:12:52 +05:30
parent c69c283bf8
commit bcae07ebdc
6 changed files with 0 additions and 76 deletions

View File

@ -12,15 +12,11 @@ Prerequisites
Before you install and configure the Identity service, you must
create a database.
.. note::
Before you begin, ensure you have the most recent version of
``python-pyasn1`` `installed <https://pypi.python.org/pypi/pyasn1>`_.
#. Use the database access client to connect to the database
server as the ``root`` user:
@ -30,7 +26,6 @@ create a database.
.. end
2. Create the ``keystone`` database:
.. code-block:: console
@ -61,7 +56,6 @@ Install and configure components
.. include:: shared/note_configuration_vary_by_distribution.rst
.. note::
This guide uses the Apache HTTP server with ``mod_wsgi`` to serve
@ -69,8 +63,6 @@ Install and configure components
keystone service still listens on these ports. Therefore, this guide
manually disables the keystone service.
.. note::
Starting with the Newton release, SUSE OpenStack packages are shipping
@ -81,11 +73,6 @@ Install and configure components
new file in ``/etc/keystone/keystone.conf.d`` achieves the same
result.
#. Run the following command to install the packages:
.. code-block:: console
@ -94,7 +81,6 @@ Install and configure components
.. end
2. Edit the ``/etc/keystone/keystone.conf`` file and complete the following
actions:
@ -161,10 +147,6 @@ Install and configure components
Configure the Apache HTTP server
--------------------------------
#. Edit the ``/etc/sysconfig/apache2`` file and configure the
``APACHE_SERVERNAME`` option to reference the controller node:
@ -224,14 +206,9 @@ Configure the Apache HTTP server
.. end
Finalize the installation
-------------------------
#. Start the Apache HTTP service and configure it to start when the system
boots:
@ -242,7 +219,6 @@ Finalize the installation
.. end
2. Configure the administrative account
.. code-block:: console

View File

@ -12,9 +12,6 @@ Prerequisites
Before you install and configure the Identity service, you must
create a database.
#. Use the database access client to connect to the database
server as the ``root`` user:
@ -24,7 +21,6 @@ create a database.
.. end
2. Create the ``keystone`` database:
.. code-block:: console
@ -55,7 +51,6 @@ Install and configure components
.. include:: shared/note_configuration_vary_by_distribution.rst
.. note::
This guide uses the Apache HTTP server with ``mod_wsgi`` to serve
@ -63,11 +58,6 @@ Install and configure components
keystone service still listens on these ports. Therefore, this guide
manually disables the keystone service.
#. Run the following command to install the packages:
.. code-block:: console
@ -76,8 +66,6 @@ Install and configure components
.. end
2. Edit the ``/etc/keystone/keystone.conf`` file and complete the following
actions:
@ -144,7 +132,6 @@ Install and configure components
Configure the Apache HTTP server
--------------------------------
#. Edit the ``/etc/httpd/conf/httpd.conf`` file and configure the
``ServerName`` option to reference the controller node:
@ -163,16 +150,9 @@ Configure the Apache HTTP server
.. end
Finalize the installation
-------------------------
#. Start the Apache HTTP service and configure it to start when the system
boots:
@ -183,8 +163,6 @@ Finalize the installation
.. end
2. Configure the administrative account
.. code-block:: console

View File

@ -12,8 +12,6 @@ Prerequisites
Before you install and configure the Identity service, you must
create a database.
#. Use the database access client to connect to the database
server as the ``root`` user:
@ -23,8 +21,6 @@ create a database.
.. end
2. Create the ``keystone`` database:
.. code-block:: console
@ -55,9 +51,6 @@ Install and configure components
.. include:: shared/note_configuration_vary_by_distribution.rst
.. note::
This guide uses the Apache HTTP server with ``mod_wsgi`` to serve
@ -74,10 +67,6 @@ Install and configure components
.. end
2. Edit the ``/etc/keystone/keystone.conf`` file and complete the following
actions:
@ -144,8 +133,6 @@ Install and configure components
Configure the Apache HTTP server
--------------------------------
#. Edit the ``/etc/apache2/apache2.conf`` file and configure the
``ServerName`` option to reference the controller node:
@ -156,14 +143,9 @@ Configure the Apache HTTP server
.. end
Finalize the installation
-------------------------
#. Restart the Apache service:
.. code-block:: console
@ -172,9 +154,6 @@ Finalize the installation
.. end
2. Configure the administrative account
.. code-block:: console

View File

@ -8,7 +8,6 @@ services.
Perform these commands on the controller node.
#. For security reasons, disable the temporary authentication
token mechanism:
@ -17,8 +16,6 @@ services.
``[pipeline:public_api]``, ``[pipeline:admin_api]``,
and ``[pipeline:api_v3]`` sections.
2. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
environment variable:

View File

@ -8,8 +8,6 @@ services.
Perform these commands on the controller node.
#. For security reasons, disable the temporary authentication
token mechanism:
@ -18,7 +16,6 @@ services.
``[pipeline:public_api]``, ``[pipeline:admin_api]``,
and ``[pipeline:api_v3]`` sections.
2. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
environment variable:

View File

@ -8,7 +8,6 @@ services.
Perform these commands on the controller node.
#. For security reasons, disable the temporary authentication
token mechanism:
@ -17,8 +16,6 @@ services.
``[pipeline:public_api]``, ``[pipeline:admin_api]``,
and ``[pipeline:api_v3]`` sections.
2. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
environment variable: