From ce0b6d23484646e34b59fba09b8138b451015825 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Thu, 31 Oct 2013 12:46:21 +1100 Subject: [PATCH] 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 --- doc/install-guide/section_heat-install.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml index ee449b5446..54662f06c6 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -118,9 +118,9 @@ admin_password = HEAT_PASS endpoint. # keystone endpoint-create \ --service-id=the_service_id_above \ - --publicurl=http://controller:8004/v1/%\(tenant_id\)s \ - --internalurl=http://controller:8004/v1/%\(tenant_id\)s \ - --adminurl=http://controller:8004/v1/%\(tenant_id\)s + --publicurl=http://controller:8004/v1/\$(tenant_id)s \ + --internalurl=http://controller:8004/v1/\$(tenant_id)s \ + --adminurl=http://controller:8004/v1/\$(tenant_id)s # keystone service-create --name=heat-cfn --type=cloudformation \ --description="Heat CloudFormation API"