From 36cf7ee141204c392499cdd351307d1d7838f087 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 17 Sep 2012 16:49:24 +1200 Subject: [PATCH] Fix the variable used for the service_id of the heat endpoint Change-Id: I0c8190713722e3bcef19e94629d4f0d4fbfaa8fa --- files/keystone_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/keystone_data.sh b/files/keystone_data.sh index e0d5c63aa2..17549101f6 100755 --- a/files/keystone_data.sh +++ b/files/keystone_data.sh @@ -165,7 +165,7 @@ if [[ "$ENABLED_SERVICES" =~ "heat" ]]; then --user_id $HEAT_USER \ --role_id $ADMIN_ROLE if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then - HEAT_SERVICE=$(get_id keystone service-create \ + HEAT_CFN_SERVICE=$(get_id keystone service-create \ --name=heat \ --type=orchestration \ --description="Heat Service")