Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / packer / templates / devstack-pre-pip-rocky.json
index 65171a716d8477c88f5742e56550e67655bfa79a..348d28e3a6fa8b85d505e66a2ca6647a134e7931 100644 (file)
@@ -24,9 +24,7 @@
       "type": "openstack",
       "region": "ca-ymq-1",
       "availability_zone": "ca-ymq-2",
-      "networks": [
-        "{{user `cloud_network`}}"
-      ],
+      "networks": ["{{user `cloud_network`}}"],
       "user_data_file": "{{user `cloud_user_data`}}",
       "ssh_username": "{{user `ssh_user`}}",
       "ssh_proxy_host": "{{user `ssh_proxy_host`}}",
@@ -39,9 +37,7 @@
   "provisioners": [
     {
       "type": "shell",
-      "scripts": [
-        "common-packer/provision/install-python.sh"
-      ],
+      "scripts": ["common-packer/provision/install-python.sh"],
       "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"
     },
     {