Commit 7f99a84c authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

kvm: remove deceitful default

parent 5ea0eb7f
...@@ -384,8 +384,7 @@ ...@@ -384,8 +384,7 @@
"title": "NBD hostname or IP", "title": "NBD hostname or IP",
"description": "hostname (or IP) of the NBD server containing the boot image.", "description": "hostname (or IP) of the NBD server containing the boot image.",
"type": "string", "type": "string",
"format": "internet-address", "format": "internet-address"
"default": "debian.nbd.vifib.net"
}, },
"nbd-port": { "nbd-port": {
"title": "NBD port", "title": "NBD port",
......
...@@ -64,8 +64,7 @@ ...@@ -64,8 +64,7 @@
"title": "NBD hostname or IP", "title": "NBD hostname or IP",
"description": "hostname (or IP) of the NBD server containing the boot image.", "description": "hostname (or IP) of the NBD server containing the boot image.",
"type": "string", "type": "string",
"format": "internet-address", "format": "internet-address"
"default": "debian.nbd.vifib.net"
}, },
"nbd-port": { "nbd-port": {
"title": "NBD port", "title": "NBD port",
......
...@@ -172,8 +172,7 @@ ...@@ -172,8 +172,7 @@
"title": "NBD hostname", "title": "NBD hostname",
"description": "hostname (or IP) of the NBD server containing the boot image.", "description": "hostname (or IP) of the NBD server containing the boot image.",
"type": "string", "type": "string",
"format": "internet-address", "format": "internet-address"
"default": "debian.nbd.vifib.net"
}, },
"nbd-port": { "nbd-port": {
"title": "NBD port", "title": "NBD port",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment