From fe3b066d81f734d867d449b647c0931ffb9d68c7 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 10 Feb 2016 14:35:49 +0000 Subject: [PATCH] Readd v2.0 for auth_uri --- templates/kilo/heat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/kilo/heat.conf b/templates/kilo/heat.conf index bb67306..ecc3c9d 100644 --- a/templates/kilo/heat.conf +++ b/templates/kilo/heat.conf @@ -17,14 +17,14 @@ stack_user_domain_name = heat {% if auth_host -%} [keystone_authtoken] identity_uri = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }} -auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }} +auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0 admin_tenant_name = {{ admin_tenant_name }} admin_user = {{ admin_user }} admin_password = {{ admin_password }} signing_dir = {{ signing_dir }} [ec2_authtoken] -auth_uri = {{service_protocol }}://{{ service_host }}:{{ service_port }} +auth_uri = {{service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0 keystone_ec2_uri = {{service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0/ec2tokens {% endif %}