From 011d8397b4bd6c96af2ab654a5009a01b8c85775 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 8 Apr 2013 17:47:39 +0100 Subject: [PATCH] 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 --- etc/heat/heat-api-cloudwatch-paste.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2