From f13660f87f87054ed814c7aa8d0137ee074fbc20 Mon Sep 17 00:00:00 2001 From: Hanxi Liu Date: Tue, 14 Feb 2017 11:00:33 +0800 Subject: [PATCH] fix [service_credentials] section location Unit the [service_credentials] section and make it visible under code-block. http://docs.openstack.org/project-install-guide/telemetry/draft/install-base-ubuntu.html Change-Id: I474ca79bc78332d5f2424aad9cb08a1ab440714e --- .../source/install-base-config-common.rst | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/install-guide/source/install-base-config-common.rst b/install-guide/source/install-base-config-common.rst index e19ce38944..9a4e65e814 100644 --- a/install-guide/source/install-base-config-common.rst +++ b/install-guide/source/install-base-config-common.rst @@ -39,17 +39,17 @@ .. code-block:: ini - [service_credentials] - ... - auth_type = password - auth_url = http://controller:5000/v3 - project_domain_name = default - user_domain_name = default - project_name = service - username = ceilometer - password = CEILOMETER_PASS - interface = internalURL - region_name = RegionOne + [service_credentials] + ... + auth_type = password + auth_url = http://controller:5000/v3 + project_domain_name = default + user_domain_name = default + project_name = service + username = ceilometer + password = CEILOMETER_PASS + interface = internalURL + region_name = RegionOne Replace ``CEILOMETER_PASS`` with the password you chose for the ``ceilometer`` user in the Identity service.