Commit Graph

11 Commits (ecf30095bca767e77780fb7c14c1c4104e2d6ce1)

Author SHA1 Message Date
Matt Martz 9f9422fcb5 Update vsphere_copy.py to use new style module_utils import 9 years ago
Dag Wieers 57e7a6662a Work around a software bug in vSphere
Due to a software bug in vSphere, it fails to handle ampersand in datacenter names.
The solution is to do what vSphere does (when browsing) and double-encode ampersands.

It is likely other characters need special treatment like this as well, haven't found any.
9 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
9 years ago
Dag Wieers d0cf9617a5 Spurious newline could corrupt payload
Due to a spurious newline we corrupted the payload. It depends on the order of the headers and if there were headers added by vSphere.

The Accept header was also not needed.
9 years ago
Brian Coca 9db032aa11 minor doc update 9 years ago
Dag Wieers 330e66327a New module to copy (push) files to a vCenter datastore 9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Greg DeKoenigsberg dfd227f82c Adding author's github id 9 years ago
Toshio Kuratomi a589a66710 Update module documentation if modules have a dep on python2.6+ 10 years ago
Brian Coca 3148aafa17 moved new module to proper subdir
fixed doc issues
minor code adjustments
10 years ago