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
This commit is contained in:
Hanxi Liu 2017-02-14 11:00:33 +08:00
parent ec508a1645
commit f13660f87f

View File

@ -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.