Browse code

Fix the variable used for the service_id of the heat endpoint

Change-Id: I0c8190713722e3bcef19e94629d4f0d4fbfaa8fa

Steve Baker authored on 2012/09/17 13:49:24
Showing 1 changed files
... ...
@@ -165,7 +165,7 @@ if [[ "$ENABLED_SERVICES" =~ "heat" ]]; then
165 165
                            --user_id $HEAT_USER \
166 166
                            --role_id $ADMIN_ROLE
167 167
     if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
168
-        HEAT_SERVICE=$(get_id keystone service-create \
168
+        HEAT_CFN_SERVICE=$(get_id keystone service-create \
169 169
             --name=heat \
170 170
             --type=orchestration \
171 171
             --description="Heat Service")