Merge "Move glance to lib/glance"
diff --git a/files/keystone_data.sh b/files/keystone_data.sh
index e0d5c63..1754910 100755
--- a/files/keystone_data.sh
+++ b/files/keystone_data.sh
@@ -165,7 +165,7 @@
                            --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")