diff options
author | xiaofengw-vmware <42736879+xiaofengw-vmware@users.noreply.github.com> | 2021-07-08 23:14:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 10:14:33 -0500 |
commit | 108611aee26e09bec683e6cf1b8e03bec9362de9 (patch) | |
tree | 56f9b5d84b61445d0a1dde3680146ab84802c4e8 /doc/rtd | |
parent | 7f5e6822cce7218bdb7df2bfb0788c9ee64a1ad2 (diff) | |
download | vyos-cloud-init-108611aee26e09bec683e6cf1b8e03bec9362de9.tar.gz vyos-cloud-init-108611aee26e09bec683e6cf1b8e03bec9362de9.zip |
VMware: new "allow_raw_data" switch (#939)
Add a new switch allow_raw_data to control raw data feature, update
the documentation. Fix bugs about max_wait.
Diffstat (limited to 'doc/rtd')
-rw-r--r-- | doc/rtd/topics/datasources/ovf.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rtd/topics/datasources/ovf.rst b/doc/rtd/topics/datasources/ovf.rst index 43ee45ba..bd5df860 100644 --- a/doc/rtd/topics/datasources/ovf.rst +++ b/doc/rtd/topics/datasources/ovf.rst @@ -18,6 +18,10 @@ configuration (in `/etc/cloud/cloud.cfg` or `/etc/cloud/cloud.cfg.d/`). The settings that may be configured are: + * disable_vmware_customization: disable or enable the vmware customization + based on vmware customization files. (default: True) + * allow_raw_data: enable or disable the vmware customization based on raw + cloud-init data including metadata and userdata. (default: True) * vmware_cust_file_max_wait: the maximum amount of clock time in seconds that should be spent waiting for vmware customization files. (default: 15) |