Merge "Fix typo in vm_name"
diff --git a/packer/ubuntu1604-ovf-osm.json b/packer/ubuntu1604-ovf-osm.json
index 5e0e81a..5b22d2e 100644
--- a/packer/ubuntu1604-ovf-osm.json
+++ b/packer/ubuntu1604-ovf-osm.json
@@ -19,7 +19,7 @@
   "variables": {
     "osm_install_options": "--vimemu",
     "input_ovf": "output-virtualbox-iso/packer-ubuntu-16.04-amd64-juju.ovf",
-    "vm_name": "xenial-osm"
+    "vm_name": "xenial-osm",
     "build_dir": "osm-{{timestamp}}"
   },
   "builders": [