Commit Graph

11 Commits (2097dccaa4e1eb8441b24786c766cb68456637a7)

Author SHA1 Message Date
Matt Martz 9f9422fcb5 Update vsphere_copy.py to use new style module_utils import 10 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.
10 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
10 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.
10 years ago
Brian Coca 9db032aa11 minor doc update 10 years ago
Dag Wieers 330e66327a New module to copy (push) files to a vCenter datastore 10 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 10 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 10 years ago
Greg DeKoenigsberg dfd227f82c Adding author's github id 10 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