summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-08-13 15:19:22 -0400
committerGitHub <noreply@github.com>2020-08-13 15:19:22 -0400
commit545b1c778a036aa973d98aa08453a15f3f872b5a (patch)
treeb4de6f055d9e33a31bb41f1e00e3cdf93cc8d16d /doc
parent4fb7eab7989b8eb80b4451ea325311c5dc97e3bc (diff)
downloadvyos-cloud-init-545b1c778a036aa973d98aa08453a15f3f872b5a.tar.gz
vyos-cloud-init-545b1c778a036aa973d98aa08453a15f3f872b5a.zip
doc/rtd/topics/datasources/ovf.rst: fix doc8 errors (#533)
Plus a minor formatting improvement.
Diffstat (limited to 'doc')
-rw-r--r--doc/rtd/topics/datasources/ovf.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/rtd/topics/datasources/ovf.rst b/doc/rtd/topics/datasources/ovf.rst
index 9a48cda6..6256e624 100644
--- a/doc/rtd/topics/datasources/ovf.rst
+++ b/doc/rtd/topics/datasources/ovf.rst
@@ -13,12 +13,18 @@ source code tree in doc/sources/ovf
Configuration
-------------
-On VMware platforms, VMTools use is required for OVF datasource configuration settings as well as vCloud and vSphere admin configuration. User could change the VMTools configuration options with command:
-vmware-toolbox-cmd config set <section> <key> <value>
+On VMware platforms, VMTools use is required for OVF datasource configuration
+settings as well as vCloud and vSphere admin configuration. User could change
+the VMTools configuration options with command::
+
+ vmware-toolbox-cmd config set <section> <key> <value>
The following VMTools configuration options affect cloud-init's behavior on a booted VM:
- * a: [deploypkg] enable-custom-scripts
- If this option is absent in VMTools configuration, the custom script is disabled by default for security reasons. Some VMware products could change this default behavior (for example: enabled by default) via customization specification settings.
+ * a: [deploypkg] enable-custom-scripts
+ If this option is absent in VMTools configuration, the custom script is
+ disabled by default for security reasons. Some VMware products could
+ change this default behavior (for example: enabled by default) via
+ customization specification settings.
VMWare admin can refer to (https://github.com/canonical/cloud-init/blob/master/cloudinit/sources/helpers/vmware/imc/config.py) and set the customization specification settings.