| commit | 266e4749ed940af746bbc1a71ec054d0a2d4b8a6 | [log] [tgz] |
|---|---|---|
| author | Michael Marchetti <mmarchetti@sandvine.com> | Wed Jul 11 22:00:43 2018 +0200 |
| committer | Gerrit Code Review <root@osm.etsi.org> | Wed Jul 11 22:00:43 2018 +0200 |
| tree | 8dfad6fab704d80b58e8894fc2ddb43829f31849 | |
| parent | 8d9808e38b027601a07a62e931ceada44e32afbb [diff] | |
| parent | c20704ef367ce5c49d83888d0833d9ddaf27cb27 [diff] |
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": [