11 Commits

Author SHA1 Message Date
Michael Rice
0f0c96bf61 Updated copyright from 2008-2014 to 2008-2015 2015-01-10 18:49:03 -06:00
Shawn Hartsock
c57f4775c6 respect venv
Change shebang to use env to ask for the python interpreter,
this allows the scripts to run while respecting a virtual
environment.

Closes: https://github.com/vmware/pyvmomi/issues/151
2014-09-02 17:17:27 -04:00
Michael Rice
95c9a70471 python3: string formatting
remove all old style string formatting from Soapadapter.py and move to
.format() syntax for python 3 compatibility

partial https://github.com/vmware/pyvmomi/issues/55
2014-07-28 11:17:27 -04:00
Michael Mattioli
3254adfa26 Updated Copyright Years
Updated copyright years to 2014 where applicable
2014-07-13 03:02:00 -04:00
Philippe Dellaert
1f400c8aaf Alphabetical order 2014-02-15 10:32:51 +01:00
Philippe Dellaert
d43936417e Alphabetical order 2014-01-30 21:41:19 +01:00
Philippe Dellaert
53379daedd Improvements to allow the choice between command line and getpass 2014-01-30 21:37:48 +01:00
Philippe Dellaert
4a6187a90a Sample security improvement with getpass
Using getpass to get the connection password in a save way, this way,
the password is not visible on the command line and the shell's history
2014-01-30 21:05:10 +01:00
Timo Sugliani
f888def14e Update poweronvm.py
Default port to 443 which should fit most of the cases

(Modified by joshk0: enforce type=int)
2014-01-01 12:53:34 -08:00
Parth Gala
d9a3d9433e Really fix sample scripts to use argparse and provide better help. These files got left out in the previous commit 2013-12-18 15:35:56 -08:00
Joshua Kwan
26649465c6 Initial source drop
This is the initial version of pyVmomi which represents vSphere API 5.1.
Going forward, expect only the 'Objects' and 'Types' generated source
files to need updating via official OSS drops.
2013-12-14 13:36:09 -05:00