Merge "Install Guide: fix heat endpoints"

This commit is contained in:
Jenkins 2013-11-21 14:24:49 +00:00 committed by Gerrit Code Review
commit 80cb0dc762

View File

@ -131,9 +131,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>