diff options
author | Thomas Weißschuh <thomas@t-8ch.de> | 2021-10-19 02:09:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 19:09:40 -0500 |
commit | a0a68a24c34ee268962e7a3c3844c59ab4036bf9 (patch) | |
tree | ff5620ffc3001af98c446d789f2ad50aa54334a6 /doc/sources/ovf | |
parent | 70f0ee78ce4926cb79f37e13568deba298321016 (diff) | |
download | vyos-cloud-init-a0a68a24c34ee268962e7a3c3844c59ab4036bf9.tar.gz vyos-cloud-init-a0a68a24c34ee268962e7a3c3844c59ab4036bf9.zip |
VMware: read network-config from ISO (#1066)
There is no reason for the ISO missing this functionality.
As discussed in https://github.com/canonical/cloud-init/pull/947/files#r707338489
Diffstat (limited to 'doc/sources/ovf')
-rw-r--r-- | doc/sources/ovf/example/ovf-env.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sources/ovf/example/ovf-env.xml b/doc/sources/ovf/example/ovf-env.xml index 4ef4ee63..e5f4e262 100644 --- a/doc/sources/ovf/example/ovf-env.xml +++ b/doc/sources/ovf/example/ovf-env.xml @@ -42,7 +42,7 @@ <Property oe:key="user-data" oe:value="IyEvYmluL3NoCmVjaG8gImhpIHdvcmxkIgo="/>
<Property oe:key="password" oe:value="passw0rd"/>
<!--
- network-config is optional, it can only be read from VMware guestinfo.ovfEnv
+ network-config is optional.
The value for network-config is to be base64 encoded.
It will be decoded, and then processed normally as network-config.
Set ovf-env.xml to VMware guestinfo.ovfEnv by below command:
|