From f5238052483930b2de8e45ce3b739ff3db3974bc Mon Sep 17 00:00:00 2001 From: "Tullis, Michael L" Date: Mon, 2 Nov 2015 16:10:13 -0700 Subject: [PATCH] Fixed heading levels for consistency in these topics. These are already synced to the master branch: openstack_dashboard.rst openstack_environment-database.rst openstack_environment-messaging.rst openstack_identity-openrc.rst openstack_image.rst openstack_object_storage.rst --- source/openstack_dashboard.rst | 2 +- source/openstack_environment-database.rst | 4 ++-- source/openstack_environment-messaging.rst | 4 ++-- source/openstack_identity-openrc.rst | 2 +- source/openstack_image.rst | 8 ++++---- source/openstack_object_storage.rst | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/source/openstack_dashboard.rst b/source/openstack_dashboard.rst index 88e76b53..1195befb 100644 --- a/source/openstack_dashboard.rst +++ b/source/openstack_dashboard.rst @@ -7,7 +7,7 @@ services. This dashboard enables interaction with the OpenStack Compute cloud controller via OpenStack APIs. Installation and configuration -============================== +------------------------------ Please note that the dashboard relies on functional core services in `OpenStack MVP `__, diff --git a/source/openstack_environment-database.rst b/source/openstack_environment-database.rst index bc5a1e0d..7326e35a 100644 --- a/source/openstack_environment-database.rst +++ b/source/openstack_environment-database.rst @@ -1,5 +1,5 @@ Database -~~~~~~~~ +######## Most OpenStack services use an SQL database to store information. The database typically runs on the controller node. The procedures in this guide use MariaDB. @@ -36,7 +36,7 @@ Install and configure the database server character-set-server = utf8 Finalizing database installation -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +-------------------------------- Complete the following steps to finalize database installation: diff --git a/source/openstack_environment-messaging.rst b/source/openstack_environment-messaging.rst index 415feede..fdd24359 100644 --- a/source/openstack_environment-messaging.rst +++ b/source/openstack_environment-messaging.rst @@ -1,5 +1,5 @@ Message queue -~~~~~~~~~~~~~ +############# OpenStack uses a `message queue` to coordinate operations and status information among services. The message queue service typically @@ -16,7 +16,7 @@ Install the message queue service # clr_bundle_add message-broker-rabbitmq Configuring the message broker service -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +-------------------------------------- Complete the following steps to configure the message broker service: diff --git a/source/openstack_identity-openrc.rst b/source/openstack_identity-openrc.rst index 43cc539d..1982779c 100644 --- a/source/openstack_identity-openrc.rst +++ b/source/openstack_identity-openrc.rst @@ -1,5 +1,5 @@ Create OpenStack client environment scripts -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +########################################### The previous section used a combination of environment variables and command options to interact with the Identity service via the diff --git a/source/openstack_image.rst b/source/openstack_image.rst index d56f05d7..b508e235 100644 --- a/source/openstack_image.rst +++ b/source/openstack_image.rst @@ -24,15 +24,15 @@ systems to object-storage systems like OpenStack Object Storage. config-reference/content/ ch_configuring-openstack-image-service.html>`__. -Install and configure -~~~~~~~~~~~~~~~~~~~~~ +Install and configure the Image Service +--------------------------------------- This section describes how to install and configure the Image service, code-named glance, on the controller node. For simplicity, this configuration stores images on the local file system. Prerequisites -------------- +~~~~~~~~~~~~~ Before you install and configure the Image service, you must create a database, service credentials, and API endpoints. @@ -277,7 +277,7 @@ Finalize installation # systemctl start glance-api.service glance-registry.service Verify operation -~~~~~~~~~~~~~~~~ +---------------- Verify operation of the Image service using `CirrOS `__, a small diff --git a/source/openstack_object_storage.rst b/source/openstack_object_storage.rst index be6d7deb..3dd5d9e7 100644 --- a/source/openstack_object_storage.rst +++ b/source/openstack_object_storage.rst @@ -1,5 +1,5 @@ OpenStack* object storage -======================== +######################### Install and configure the controller node -----------------------------------------