summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-10-27 12:19:28 -0500
committerJohn Estabrook <jestabro@vyos.io>2020-10-27 12:19:28 -0500
commit381a599235bd58bf0ef210c2840ad7856eba0047 (patch)
treef48885eb93d28a245f2b2920d7f904a42e46f108 /scripts
parentb0a54fc929f870671fbc7fb154a6ccabb8059f0c (diff)
downloadvyos-build-381a599235bd58bf0ef210c2840ad7856eba0047.tar.gz
vyos-build-381a599235bd58bf0ef210c2840ad7856eba0047.zip
qemu: T3026: update script for deprecated ssh_host_port_min/max
Diffstat (limited to 'scripts')
-rw-r--r--scripts/packer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/packer.json b/scripts/packer.json
index 53b6a1cf..f1e49798 100644
--- a/scripts/packer.json
+++ b/scripts/packer.json
@@ -16,8 +16,8 @@
"disk_size": 4096,
"format": "qcow2",
"headless": true,
- "ssh_host_port_min": 2222,
- "ssh_host_port_max": 2229,
+ "host_port_min": 2222,
+ "host_port_max": 2229,
"ssh_username": "vyos",
"ssh_password": "vyos",
"ssh_port": 22,