summaryrefslogtreecommitdiff
path: root/scripts/template.ovf
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2019-12-03 15:43:07 +0100
committerKim Hagen <kim.sidney@gmail.com>2019-12-03 15:48:18 +0100
commit21841422ba13371a65a4ef9bf19d56c7da6f8a3d (patch)
treea4c8f47dbdc43f9214a167b1b27556a6ba8fa3b1 /scripts/template.ovf
parent423c7940a170a391a4cfe5d2feeb4030d631eecf (diff)
downloadvyos-build-21841422ba13371a65a4ef9bf19d56c7da6f8a3d.tar.gz
vyos-build-21841422ba13371a65a4ef9bf19d56c7da6f8a3d.zip
update vmware api settings
Diffstat (limited to 'scripts/template.ovf')
-rw-r--r--scripts/template.ovf13
1 files changed, 11 insertions, 2 deletions
diff --git a/scripts/template.ovf b/scripts/template.ovf
index b0952c8c..da81a364 100644
--- a/scripts/template.ovf
+++ b/scripts/template.ovf
@@ -78,9 +78,18 @@
<Label>Domain Time Servers</Label>
<Description>NTP servers for this VM (comma separated). Leave blank if DHCP is desired.</Description>
</Property>
+ <Category>Appliance API Settings</Category>
<Property ovf:key="APIKEY" ovf:type="string" ovf:userConfigurable="true">
- <Label>HTTP API configuration key</Label>
- <Description>API configuration key. Leave blank to not enable the API.</Description>
+ <Label>API key</Label>
+ <Description>API key to access the VyOS api. If left blank the api wil not be enabled.</Description>
+ </Property>
+ <Property ovf:key="APIPORT" ovf:value="443" ovf:type="int" ovf:userConfigurable="true">
+ <Label>API listening port</Label>
+ <Description>API port to listen on for calls. Leave blank to keep it default '443'.</Description>
+ </Property>
+ <Property ovf:key="APIDEBUG" ovf:value="false" ovf:type="boolean" ovf:userConfigurable="true">
+ <Label>API debug logging</Label>
+ <Description>Enable API debug logging</Description>
</Property>
</ProductSection>
<ProductSection ovf:class="vm" ovf:required="false">