From: Steven Hardy Date: Mon, 8 Apr 2013 16:47:39 +0000 (+0100) Subject: heat : cloudwatch paste.ini credentials incorrect X-Git-Tag: 2014.1~719 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=011d8397b4bd6c96af2ab654a5009a01b8c85775;p=openstack-build%2Fheat-build.git 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 --- diff --git a/etc/heat/heat-api-cloudwatch-paste.ini b/etc/heat/heat-api-cloudwatch-paste.ini index d33b7588..af144be5 100644 --- a/etc/heat/heat-api-cloudwatch-paste.ini +++ b/etc/heat/heat-api-cloudwatch-paste.ini @@ -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