Commit Graph

8 Commits (0298f47df9d8605a108b15abee498f5a3256ce12)

Author SHA1 Message Date
Toshio Kuratomi 4bf75fca9f Merge pull request #788 from ansible/open_url-vsphere-copy
Port vsphere_copy from httplib to open_url for TLS cert validation
9 years ago
Toshio Kuratomi dce3d4054e Return errno and http status as requested by @bcoca 9 years ago
Jonathan Davila 757b952be4 Doc string fix for vsphere_copy 9 years ago
Toshio Kuratomi 3ec3e77d53 Better status conditional from dagwieers 9 years ago
Toshio Kuratomi 1e18550805 Port vsphere_copy from httplib to open_url for TLS cert validation 9 years ago
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