mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Minor doc fixes
This commit is contained in:
parent
71c73d3d62
commit
eb307ede3b
@ -7,19 +7,19 @@ VMware Cloud Module
|
||||
|
||||
The VMware cloud module allows you to manage VMware ESX, ESXi, and vCenter.
|
||||
|
||||
:depends: - pyVmomi Python module
|
||||
:codeauthor: Nitin Madhok <nmadhok@clemson.edu>
|
||||
:depends: pyVmomi Python module
|
||||
|
||||
Note: Ensure python pyVmomi module is installed by running following one-liner
|
||||
check. The output should be 0.
|
||||
.. note::
|
||||
Ensure python pyVmomi module is installed by running following one-liner
|
||||
check. The output should be 0.
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
python -c "import pyVmomi" ; echo $?
|
||||
|
||||
Use of this module requires a vCenter Host URL, username and password to set
|
||||
up authentication. Set up the cloud configuration at:
|
||||
python -c "import pyVmomi" ; echo $?
|
||||
|
||||
Use of this module requires the vCenter Host URL, username and password to set
|
||||
up authentication. The cloud configuration can be set up at
|
||||
``/etc/salt/cloud.providers`` or ``/etc/salt/cloud.providers.d/vmware.conf``:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
Loading…
Reference in New Issue
Block a user