Merge "Fix heat endpoint in install guide"
This commit is contained in:
commit
49f2b64f8a
@ -118,9 +118,9 @@ admin_password = <replaceable>HEAT_PASS</replaceable>
|
|||||||
endpoint.</para>
|
endpoint.</para>
|
||||||
<screen><prompt>#</prompt> <userinput>keystone endpoint-create \
|
<screen><prompt>#</prompt> <userinput>keystone endpoint-create \
|
||||||
--service-id=<replaceable>the_service_id_above</replaceable> \
|
--service-id=<replaceable>the_service_id_above</replaceable> \
|
||||||
--publicurl=http://<replaceable>controller</replaceable>:8004/v1/%\(tenant_id\)s \
|
--publicurl=http://<replaceable>controller</replaceable>:8004/v1/\$(tenant_id)s \
|
||||||
--internalurl=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>
|
--adminurl=http://<replaceable>controller</replaceable>:8004/v1/\$(tenant_id)s</userinput></screen>
|
||||||
<screen><prompt>#</prompt> <userinput>keystone service-create --name=heat-cfn --type=cloudformation \
|
<screen><prompt>#</prompt> <userinput>keystone service-create --name=heat-cfn --type=cloudformation \
|
||||||
--description="Heat CloudFormation API"</userinput></screen>
|
--description="Heat CloudFormation API"</userinput></screen>
|
||||||
</step>
|
</step>
|
||||||
|
Loading…
Reference in New Issue
Block a user