Specify endpoint_type in telemetry install guide

In compute node, os_endpoint_type should be set to internalURL in
ceilometer.conf when controller management ip is used

Closes-bug: 1320817
Change-Id: I6f3036e4e096765a147769d5d6430a7c7ec1846e
This commit is contained in:
Koteswara Rao Kelam 2014-08-05 06:22:26 -07:00
parent b8e007c228
commit b70a3a8ef9
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">