Install Guide: fix heat endpoints

Use the same syntax as the other services for Heat endpoints creation in
keystone.

Change-Id: Id6e04919ee154b2c1c692369eced31d69a016570
backport: havana
This commit is contained in:
Gauvain Pocentek 2013-11-18 18:16:04 +01:00
parent 3ad5da001f
commit 19d351ad10

View File

@ -133,9 +133,9 @@ keystone_ec2_uri = http://<replaceable>controller</replaceable>:5000/v2.0/ec2tok
for the service to create the endpoint:</para>
<screen><prompt>#</prompt> <userinput>keystone endpoint-create \
--service-id=<replaceable>the_service_id_above</replaceable> \
--publicurl=http://<replaceable>controller</replaceable>:8004/v1/\$(tenant_id)s \
--internalurl=http://<replaceable>controller</replaceable>:8004/v1/\$(tenant_id)s \
--adminurl=http://<replaceable>controller</replaceable>:8004/v1/\$(tenant_id)s</userinput></screen>
--publicurl=http://<replaceable>controller</replaceable>:8004/v1/%\(tenant_id\)s \
--internalurl=http://<replaceable>controller</replaceable>:8004/v1/%\(tenant_id\)s \
--adminurl=http://<replaceable>controller</replaceable>:8004/v1/%\(tenant_id\)s</userinput></screen>
<screen><prompt>#</prompt> <userinput>keystone service-create --name=heat-cfn --type=cloudformation \
--description="Heat CloudFormation API"</userinput></screen>
</step>