Merge "Specify endpoint_type in telemetry install guide"

This commit is contained in:
Jenkins 2014-08-26 08:54:39 +00:00 committed by Gerrit Code Review
commit 8101d0ab6d
1 changed files with 4 additions and 1 deletions

View File

@ -99,6 +99,8 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
service_credentials os_tenant_name service</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/ceilometer/ceilometer.conf \
service_credentials os_password <replaceable>CEILOMETER_PASS</replaceable></userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/ceilometer/ceilometer.conf \
service_credentials os_endpoint_type <replaceable>internalURL</replaceable></userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/ceilometer/ceilometer.conf \
service_credentials os_auth_url http://<replaceable>controller</replaceable>:5000/v2.0</userinput></screen>
<para os="ubuntu;debian">Edit the
@ -118,7 +120,8 @@ admin_password = <replaceable>CEILOMETER_PASS</replaceable></programlisting>
os_auth_url = http://<replaceable>controller</replaceable>:5000/v2.0
os_username = ceilometer
os_tenant_name = service
os_password = <replaceable>CEILOMETER_PASS</replaceable></programlisting>
os_password = <replaceable>CEILOMETER_PASS</replaceable>
os_endpoint_type = internalURL</programlisting>
</step>
<step os="ubuntu">