]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Change the service user to match devstack
authorZane Bitter <zbitter@redhat.com>
Mon, 22 Oct 2012 09:24:59 +0000 (11:24 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 22 Oct 2012 11:59:25 +0000 (13:59 +0200)
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 <zbitter@redhat.com>
etc/heat/heat-api-cfn-paste.ini
etc/heat/heat-api-paste.ini

index bad885b25eefd8e305b20479193ee765e73920a8..a15c1e3d7f80a906a03eb17f8d6fac00d65232fa 100644 (file)
@@ -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]
index fc8afd3db0737fe4c5a12640a1e8827f014339a1..b562de278a9762d2cb4b40b863550459b07072d7 100644 (file)
@@ -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]