Fix heat endpoint in install guide

The previous endpoint description was plain wrong.

This patches to use the endpoint as described in:
https://github.com/openstack-dev/devstack/blob/master/files/keystone_data.sh

backport: havana

Change-Id: Ic90bace1e60f3cfddf00dd5594cee5d083b75ae7
This commit is contained in:
Tom Fifield 2013-10-31 12:46:21 +11:00
parent ddef99d783
commit ce0b6d2348

View File

@ -118,9 +118,9 @@ admin_password = <replaceable>HEAT_PASS</replaceable>
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>