From: Michael Marchetti Date: Wed, 11 Jul 2018 19:59:51 +0000 (+0200) Subject: Fix typo in vm_name X-Git-Tag: BUILD_v4.0.1_1~6^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=c20704ef367ce5c49d83888d0833d9ddaf27cb27;p=osm%2Fdevops.git Fix typo in vm_name Change-Id: I5c3f28659b2a1eeedcc8b0450421047c1ee806cf Signed-off-by: Michael Marchetti --- diff --git a/packer/ubuntu1604-ovf-osm.json b/packer/ubuntu1604-ovf-osm.json index 5e0e81a3..5b22d2e0 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": [