diff --git a/doc/install-guide/source/ceilometer-controller-install.rst b/doc/install-guide/source/ceilometer-controller-install.rst index 6758a34e5f..f48c54b206 100644 --- a/doc/install-guide/source/ceilometer-controller-install.rst +++ b/doc/install-guide/source/ceilometer-controller-install.rst @@ -74,7 +74,6 @@ create a MongoDB database, service credentials, and API endpoint. IP address of the controller node. .. code-block:: ini - :linenos: bind_ip = 10.0.0.11 @@ -85,7 +84,6 @@ create a MongoDB database, service credentials, and API endpoint. assert the ``smallfiles`` key: .. code-block:: ini - :linenos: smallfiles = true @@ -111,7 +109,6 @@ create a MongoDB database, service credentials, and API endpoint. IP address of the controller node. .. code-block:: ini - :linenos: bind_ip = 10.0.0.11 @@ -122,7 +119,6 @@ create a MongoDB database, service credentials, and API endpoint. assert the ``smallfiles`` key: .. code-block:: ini - :linenos: smallfiles = true @@ -146,7 +142,6 @@ create a MongoDB database, service credentials, and API endpoint. IP address of the controller node. .. code-block:: ini - :linenos: bind_ip = 10.0.0.11 @@ -157,7 +152,6 @@ create a MongoDB database, service credentials, and API endpoint. assert the ``smallfiles`` key: .. code-block:: ini - :linenos: smallfiles = true @@ -375,7 +369,6 @@ To install and configure the Telemetry module components a. In the ``[database]`` section, configure database access: .. code-block:: ini - :linenos: [database] ... @@ -390,7 +383,6 @@ To install and configure the Telemetry module components configure ``RabbitMQ`` message queue access: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -409,7 +401,6 @@ To install and configure the Telemetry module components configure Identity service access: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -434,7 +425,6 @@ To install and configure the Telemetry module components d. In the ``[service_credentials]`` section, configure service credentials: .. code-block:: ini - :linenos: [service_credentials] ... @@ -451,7 +441,6 @@ To install and configure the Telemetry module components e. In the ``[publisher]`` section, configure the telemetry secret: .. code-block:: ini - :linenos: [publisher] ... @@ -465,7 +454,6 @@ To install and configure the Telemetry module components f. In the ``[collector]`` section, configure the dispatcher: .. code-block:: ini - :linenos: [collector] ... @@ -475,7 +463,6 @@ To install and configure the Telemetry module components logging in the ``[DEFAULT]`` section: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -487,7 +474,6 @@ To install and configure the Telemetry module components logging in the ``[DEFAULT]`` section: .. code-block:: ini - :linenos: [DEFAULT] ... diff --git a/doc/install-guide/source/ceilometer-nova.rst b/doc/install-guide/source/ceilometer-nova.rst index 7a94d2819a..f975403306 100644 --- a/doc/install-guide/source/ceilometer-nova.rst +++ b/doc/install-guide/source/ceilometer-nova.rst @@ -38,7 +38,6 @@ To install and configure the agent a. In the ``[publisher]`` section, configure the telemetry secret: .. code-block:: ini - :linenos: [publisher] ... @@ -51,7 +50,6 @@ To install and configure the agent configure ``RabbitMQ`` message queue access: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -70,7 +68,6 @@ To install and configure the agent configure Identity service access: .. code-block:: ini - :linenos: [keystone_authtoken] ... @@ -93,7 +90,6 @@ To install and configure the agent credentials: .. code-block:: ini - :linenos: [service_credentials] ... @@ -111,7 +107,6 @@ To install and configure the agent logging in the ``[DEFAULT]`` section: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -126,7 +121,6 @@ Edit the :file:`/etc/nova/nova.conf` file and configure notifications in the ``[DEFAULT]`` section: .. code-block:: ini - :linenos: [DEFAULT] ... diff --git a/doc/install-guide/source/ceilometer-swift.rst b/doc/install-guide/source/ceilometer-swift.rst index 46d9a549e3..5afaf0b09e 100644 --- a/doc/install-guide/source/ceilometer-swift.rst +++ b/doc/install-guide/source/ceilometer-swift.rst @@ -57,7 +57,6 @@ run the Object Storage proxy service. ``ResellerAdmin`` role: .. code-block:: ini - :linenos: [filter:keystoneauth] ... @@ -66,7 +65,6 @@ run the Object Storage proxy service. b. In the ``[pipeline:main]`` section, add ``ceilometer``: .. code-block:: ini - :linenos: [pipeline:main] ... @@ -75,7 +73,6 @@ run the Object Storage proxy service. c. In the ``[filter:ceilometer]`` section, configure notifications: .. code-block:: ini - :linenos: [filter:ceilometer] ... diff --git a/doc/install-guide/source/debconf/debconf-api-endpoints.rst b/doc/install-guide/source/debconf/debconf-api-endpoints.rst index 3bb2c45f89..c50281af39 100644 --- a/doc/install-guide/source/debconf/debconf-api-endpoints.rst +++ b/doc/install-guide/source/debconf/debconf-api-endpoints.rst @@ -60,7 +60,6 @@ The Debian package post installation scripts will then perform the below commands for you: .. code-block:: ini - :linenos: PKG_SERVICE_ID=$(pkgos_get_id keystone --os-token ${AUTH_TOKEN} \ --os-endpoint http://${KEYSTONE_ENDPOINT_IP}:35357/v2.0/ service-create \ diff --git a/doc/install-guide/source/debconf/debconf-concepts.rst b/doc/install-guide/source/debconf/debconf-concepts.rst index 1e8ceecf61..953f2788c3 100644 --- a/doc/install-guide/source/debconf/debconf-concepts.rst +++ b/doc/install-guide/source/debconf/debconf-concepts.rst @@ -106,7 +106,6 @@ The following example shows how to pre-seed an automated MySQL Server installation: .. code-block:: bash - :linenos: MYSQL_PASSWORD=MYSQL_PASSWORD echo "mysql-server-5.5 mysql-server/root_password password ${MYSQL_PASSWORD} diff --git a/doc/install-guide/source/debconf/debconf-dbconfig-common.rst b/doc/install-guide/source/debconf/debconf-dbconfig-common.rst index 47555ae122..f1037e2120 100644 --- a/doc/install-guide/source/debconf/debconf-dbconfig-common.rst +++ b/doc/install-guide/source/debconf/debconf-dbconfig-common.rst @@ -50,7 +50,6 @@ might create a keystone configuration file for ``dbconfig-common`` that is located in :file:`/etc/dbconfig-common/keystone.conf`, as follows: .. code-block:: ini - :linenos: dbc_install='true' dbc_upgrade='true' @@ -141,7 +140,6 @@ Alternatively, if you do not want to install this package, run this script to enable remote root access: .. code-block:: bash - :linenos: #!/bin/sh diff --git a/doc/install-guide/source/debconf/debconf-keystone-authtoken.rst b/doc/install-guide/source/debconf/debconf-keystone-authtoken.rst index c3dd31c9f5..de35171dd1 100644 --- a/doc/install-guide/source/debconf/debconf-keystone-authtoken.rst +++ b/doc/install-guide/source/debconf/debconf-keystone-authtoken.rst @@ -12,7 +12,6 @@ access it. You must also configure the ``admin_tenant_name``, Generally, this section looks like this: .. code-block:: ini - :linenos: [keystone_authtoken] auth_uri = http://controller:5000/v2.0 @@ -45,7 +44,6 @@ This information is stored in the configuration file for each service. For example: .. code-block:: ini - :linenos: /etc/ceilometer/ceilometer.conf /etc/nova/api-paste.ini diff --git a/doc/install-guide/source/environment-dependencies.rst b/doc/install-guide/source/environment-dependencies.rst index 188905e7a2..cb04746930 100644 --- a/doc/install-guide/source/environment-dependencies.rst +++ b/doc/install-guide/source/environment-dependencies.rst @@ -1,6 +1,3 @@ -.. highlight:: ini - :linenothreshold: 1 - ============================== OpenStack service dependencies ============================== diff --git a/doc/install-guide/source/environment-ntp.rst b/doc/install-guide/source/environment-ntp.rst index dbc192fee1..487b866d60 100644 --- a/doc/install-guide/source/environment-ntp.rst +++ b/doc/install-guide/source/environment-ntp.rst @@ -1,6 +1,3 @@ -.. highlight:: ini - :linenothreshold: 1 - .. _environment-ntp: Network Time Protocol (NTP) diff --git a/doc/install-guide/source/heat-install.rst b/doc/install-guide/source/heat-install.rst index fc7b274efe..19c7f330f6 100644 --- a/doc/install-guide/source/heat-install.rst +++ b/doc/install-guide/source/heat-install.rst @@ -301,7 +301,6 @@ To install and configure the Orchestration components * In the ``[database]`` section, configure database access: .. code-block:: ini - :linenos: [database] ... @@ -314,7 +313,6 @@ To install and configure the Orchestration components configure ``RabbitMQ`` message queue access: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -333,7 +331,6 @@ To install and configure the Orchestration components configure Identity service access: .. code-block:: ini - :linenos: [keystone_authtoken] ... @@ -360,7 +357,6 @@ To install and configure the Orchestration components wait condition URLs: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -371,7 +367,6 @@ To install and configure the Orchestration components Identity service domain: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -386,7 +381,6 @@ To install and configure the Orchestration components logging in the ``[DEFAULT]`` section: .. code-block:: ini - :linenos: [DEFAULT] ... @@ -438,7 +432,6 @@ To install and configure the Orchestration components * In the ``[ec2authtoken]`` section, configure Identity service access: .. code-block:: ini - :linenos: [ec2authtoken] ... diff --git a/doc/install-guide/source/heat-verify.rst b/doc/install-guide/source/heat-verify.rst index ddfcbe5095..6a52597617 100644 --- a/doc/install-guide/source/heat-verify.rst +++ b/doc/install-guide/source/heat-verify.rst @@ -21,7 +21,6 @@ module (heat). file with the following content: .. code-block:: yaml - :linenos: heat_template_version: 2014-10-16 description: A simple server.