diff --git a/create-arista-veos-image/create-arista-veos-image.sh b/create-arista-veos-image/create-arista-veos-image.sh
index b168009541f98845034fa433dbc932ca1c1a8d22..de62c7abe0039cfeaa67f87813e0a371401ba411 100644
--- a/create-arista-veos-image/create-arista-veos-image.sh
+++ b/create-arista-veos-image/create-arista-veos-image.sh
@@ -9,6 +9,8 @@
 # V1.2   added dynamic handling of device mapping of extacted partitions
 # V1.21  checking whether it safe to unmount working directories
 # V1.3   added support to delete existing image with the same name and generating the default nova flavor
+# V1.31  added support for newer glance releases (e.g. kilo) used in VIRL 1.0.0 
+
 
 # usage
 if [ ! $# -eq 3 ] ; then
@@ -197,7 +199,7 @@ rm $VEOS_VMDK_BASENAME.raw
 echo
 echo "Importing image into glance..."
 echo "==========================================================="
-glance image-create --container-format bare --disk-format qcow2 --is-public true --name $GLANCE_IMAGE_NAME \
+glance image-create --container-format bare --disk-format qcow2 --visibility public --name $GLANCE_IMAGE_NAME \
   --file $TMP_NAME.qcow2 --property hw_disk_bus=ide --property serial=1 \
   --property hw_vif_model=e1000 --property hw_cdrom_type=ide --property release="$GLANCE_IMAGE_RELEASE" --property subtype=IOSv --property config_disk_type=disk
 
diff --git a/create-arista-veos-image/dynamic-subtype-vEOS.json b/create-arista-veos-image/dynamic-subtype-vEOS.json
index 64bb030bc2f670bc648e93d9e26d9d794684c6fb..b770705867600d23a9a39bc4a09beab0ac13a89d 100644
--- a/create-arista-veos-image/dynamic-subtype-vEOS.json
+++ b/create-arista-veos-image/dynamic-subtype-vEOS.json
@@ -18,7 +18,7 @@
       "vnc_available": false, 
       "interface_management": "Management1", 
       "interface_range": 7, 
-      "baseline_flavor": "vEOS.small"
+      "baseline_flavor": "vEOS.medium"
     }
   ]
 }
\ No newline at end of file