Update provisioned OS to Ubuntu 20.04
[icn.git] / tools / vagrant / create_nodes_json_sample.sh
index b0ed2b4..e1a9948 100755 (executable)
@@ -27,7 +27,7 @@ for ((i=1;i<=num_machines;++i)); do
         "address": "${ipmi_host}:${ipmi_port}"
       },
       "os": {
-        "image_name": "bionic-server-cloudimg-amd64.img",
+        "image_name": "focal-server-cloudimg-amd64.img",
         "username": "ubuntu",
         "password": "mypasswd"
       },