Merge "Ceilometer endpoint doesn't need last slash"

This commit is contained in:
Jenkins 2014-01-16 18:11:58 +00:00 committed by Gerrit Code Review
commit 3d2727af0a

View File

@ -178,9 +178,9 @@ os_password = <replaceable>CEILOMETER_PASS</replaceable></programlisting>
for the service. Use it when you create the endpoint:</para>
<screen><prompt>#</prompt> <userinput>keystone endpoint-create \
--service-id=<replaceable>the_service_id_above</replaceable> \
--publicurl=http://<replaceable>controller</replaceable>:8777/ \
--internalurl=http://<replaceable>controller</replaceable>:8777/ \
--adminurl=http://<replaceable>controller</replaceable>:8777/</userinput></screen>
--publicurl=http://<replaceable>controller</replaceable>:8777 \
--internalurl=http://<replaceable>controller</replaceable>:8777 \
--adminurl=http://<replaceable>controller</replaceable>:8777</userinput></screen>
</step>
<step os="ubuntu;debian">
<para>Restart the services with their new settings:</para>