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>
# 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]
# 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]