From 2e7e7c44cf52191cf54222c8256c6afcc6f00aa5 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 22 Oct 2012 11:24:59 +0200 Subject: [PATCH] Change the service user to match devstack The user which authenticates keystone tokens should be the "heat" user in the "service" tenant. This changes the default configuration to do this, as devstack already does. Ref #269 Change-Id: I89978ec0b490f6d404c568197dd4208097a4b695 Signed-off-by: Zane Bitter --- etc/heat/heat-api-cfn-paste.ini | 4 ++-- etc/heat/heat-api-paste.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/heat/heat-api-cfn-paste.ini b/etc/heat/heat-api-cfn-paste.ini index bad885b2..a15c1e3d 100644 --- a/etc/heat/heat-api-cfn-paste.ini +++ b/etc/heat/heat-api-cfn-paste.ini @@ -79,8 +79,8 @@ auth_uri = http://127.0.0.1:5000/v2.0 # These must be set to your local values in order for the token # authentication to work. -admin_tenant_name = admin -admin_user = admin +admin_tenant_name = service +admin_user = heat admin_password = verybadpass [filter:auth-context] diff --git a/etc/heat/heat-api-paste.ini b/etc/heat/heat-api-paste.ini index fc8afd3d..b562de27 100644 --- a/etc/heat/heat-api-paste.ini +++ b/etc/heat/heat-api-paste.ini @@ -74,8 +74,8 @@ auth_uri = http://127.0.0.1:5000/v2.0 # These must be set to your local values in order for the token # authentication to work. -admin_tenant_name = admin -admin_user = admin +admin_tenant_name = service +admin_user = heat admin_password = verybadpass [filter:auth-context] -- 2.45.2