Skip to content

Commit

Permalink
doc/rtd/topics/datasources/ovf.rst: fix doc8 errors (#533)
Browse files Browse the repository at this point in the history
Plus a minor formatting improvement.
  • Loading branch information
OddBloke authored Aug 13, 2020
1 parent 4fb7eab commit 545b1c7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/rtd/topics/datasources/ovf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 545b1c7

Please sign in to comment.