diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2019-11-12 15:47:43 +0100 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2019-11-12 15:53:08 +0100 |
commit | a9759aa9c1426d066342429858163e2d97a5411b (patch) | |
tree | 0cf8ce89afa59ca65d312c344f5c92b6ab687fa0 | |
parent | 2382c90dc7a30d17628a11f9ff41f8c63867887a (diff) | |
download | vyos-build-a9759aa9c1426d066342429858163e2d97a5411b.tar.gz vyos-build-a9759aa9c1426d066342429858163e2d97a5411b.zip |
add api option to the ovf template
-rw-r--r-- | scripts/template.ovf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/template.ovf b/scripts/template.ovf index 88ea5562..b0952c8c 100644 --- a/scripts/template.ovf +++ b/scripts/template.ovf @@ -78,6 +78,10 @@ <Label>Domain Time Servers</Label> <Description>NTP servers for this VM (comma separated). Leave blank if DHCP is desired.</Description> </Property> + <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> + </Property> </ProductSection> <ProductSection ovf:class="vm" ovf:required="false"> <Info>VM specific properties</Info> |