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")