Skip to content

Commit f46afa0

Browse files
Alexandru BleotuAlexandru Bleotu
authored andcommitted
Removed references to Pthon 2.6 as it's no longer supported in Salt
1 parent 2f55841 commit f46afa0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

salt/modules/vsphere.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
.. note::
2525
2626
Version 6.0 of pyVmomi has some problems with SSL error handling on certain
27-
versions of Python. If using version 6.0 of pyVmomi, Python 2.6,
28-
Python 2.7.9, or newer must be present. This is due to an upstream dependency
27+
versions of Python. If using version 6.0 of pyVmomi, Python 2.7.9,
28+
or newer must be present. This is due to an upstream dependency
2929
in pyVmomi 6.0 that is not supported in Python versions 2.7 to 2.7.8. If the
3030
version of Python is not in the supported range, you will need to install an
3131
earlier version of pyVmomi. See `Issue #29537`_ for more information.

salt/states/esxcluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
.. note::
2121
2222
Version 6.0 of pyVmomi has some problems with SSL error handling on certain
23-
versions of Python. If using version 6.0 of pyVmomi, Python 2.6,
24-
Python 2.7.9, or newer must be present. This is due to an upstream dependency
23+
versions of Python. If using version 6.0 of pyVmomi, Python 2.7.9,
24+
or newer must be present. This is due to an upstream dependency
2525
in pyVmomi 6.0 that is not supported in Python versions 2.7 to 2.7.8. If the
2626
version of Python is not in the supported range, you will need to install an
2727
earlier version of pyVmomi. See `Issue #29537`_ for more information.

0 commit comments

Comments
 (0)