]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat : cloudwatch paste.ini credentials incorrect
authorSteven Hardy <shardy@redhat.com>
Mon, 8 Apr 2013 16:47:39 +0000 (17:47 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 9 Apr 2013 09:12:19 +0000 (10:12 +0100)
The cloudwatch paste config should specify service/heat
like the other API services, not admin/admin

Change-Id: I0590c88edd6b544aba467ab171dd7f610b50c380

etc/heat/heat-api-cloudwatch-paste.ini

index d33b758810251696e930aa9e5d51f8105e02bd19..af144be51d0ec3975ad9b1932ca1c6ffba82dc2a 100644 (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