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:
parent
ec508a1645
commit
f13660f87f
@ -39,17 +39,17 @@
|
|||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[service_credentials]
|
[service_credentials]
|
||||||
...
|
...
|
||||||
auth_type = password
|
auth_type = password
|
||||||
auth_url = http://controller:5000/v3
|
auth_url = http://controller:5000/v3
|
||||||
project_domain_name = default
|
project_domain_name = default
|
||||||
user_domain_name = default
|
user_domain_name = default
|
||||||
project_name = service
|
project_name = service
|
||||||
username = ceilometer
|
username = ceilometer
|
||||||
password = CEILOMETER_PASS
|
password = CEILOMETER_PASS
|
||||||
interface = internalURL
|
interface = internalURL
|
||||||
region_name = RegionOne
|
region_name = RegionOne
|
||||||
|
|
||||||
Replace ``CEILOMETER_PASS`` with the password you chose for
|
Replace ``CEILOMETER_PASS`` with the password you chose for
|
||||||
the ``ceilometer`` user in the Identity service.
|
the ``ceilometer`` user in the Identity service.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user