add note about pyVmomi locale workaround (#38536)

This commit is contained in:
David Boucha 2017-01-04 07:24:04 -07:00 committed by Nicole Thomas
parent 1c951d152b
commit 4ddbc2ecaa

View file

@ -38,6 +38,14 @@ This package can be installed using `pip` or `easy_install`:
.. _Issue #29537: https://github.com/saltstack/salt/issues/29537
.. note::
pyVmomi doesn't expose the ability to specify the locale when connecting to
VMware. This causes parsing issues when connecting to an instance of VMware
running under a non-English locale. Until this feature is added upstream
`Issue #38402`_ contains a workaround.
.. _Issue #38402: https://github.com/saltstack/salt/issues/38402
Configuration
=============