heat : cloudwatch paste.ini credentials incorrect

The cloudwatch paste config should specify service/heat
like the other API services, not admin/admin

Change-Id: I0590c88edd6b544aba467ab171dd7f610b50c380
This commit is contained in:
Steven Hardy 2013-04-08 17:47:39 +01:00
parent 57975d377a
commit 011d8397b4
1 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,6 @@ 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