From 19d351ad10ac95c5e15d52c086ca73f2d2904d06 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 18 Nov 2013 18:16:04 +0100 Subject: [PATCH] Install Guide: fix heat endpoints Use the same syntax as the other services for Heat endpoints creation in keystone. Change-Id: Id6e04919ee154b2c1c692369eced31d69a016570 backport: havana --- 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 ba9ba32571..2ac7a88632 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -133,9 +133,9 @@ keystone_ec2_uri = http://controller:5000/v2.0/ec2tok for the service to create the 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"