summaryrefslogtreecommitdiff
path: root/doc/ovf/ubuntu-server.ovf
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-25 17:30:33 -0500
committerScott Moser <smoser@ubuntu.com>2011-01-25 17:30:33 -0500
commit7d89aaeab6efeda1c4b061c59c7b62afb46be70b (patch)
tree108c61bf5be4d9c57d77e25a674a297644ef84da /doc/ovf/ubuntu-server.ovf
parentd55727c01884bde71986ad0823b1efa52c175509 (diff)
downloadvyos-cloud-init-7d89aaeab6efeda1c4b061c59c7b62afb46be70b.tar.gz
vyos-cloud-init-7d89aaeab6efeda1c4b061c59c7b62afb46be70b.zip
drop the suggested support of urlencoded 'userdata' Property
base64 encoding should be enough for the likely use case of this Product Section property.
Diffstat (limited to 'doc/ovf/ubuntu-server.ovf')
-rw-r--r--doc/ovf/ubuntu-server.ovf3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ovf/ubuntu-server.ovf b/doc/ovf/ubuntu-server.ovf
index ab415285..e8e3b72a 100644
--- a/doc/ovf/ubuntu-server.ovf
+++ b/doc/ovf/ubuntu-server.ovf
@@ -39,10 +39,9 @@
</Property>
<Property ovf:key="user-data" ovf:type="string" ovf:userConfigurable="true" ovf:value="">
<Label>Encoded user-data</Label>
- <Description>This value can be either base64 encoded or url encoded. It will be decoded, and then processed normally as user-data.</Description>
+ <Description>In order to fit into a xml attribute, this value is base64 encoded . It will be decoded, and then processed normally as user-data.</Description>
<!-- The following represents '#!/bin/sh\necho "hi world"'
ovf:value="IyEvYmluL3NoDQplY2hvICJoaSB3b3JsZCI="
- ovf:value="%23!%2Fbin%2Fsh%0Aecho%20%22hi%20world%22"/>
-->
</Property>
<Property ovf:key="password" ovf:type="string" ovf:userConfigurable="true" ovf:value="">