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"