Google Code Exporter
Google Code Exporter
``` Added MIT Kerberos authentication. Tested on CentOS 6.5 and Gentoo with ESXi 4.1 and Windows 2008 R2 as KDC. python-kerberos/pykerberos package should be installed in client system. Usage: in...
``` Thanks for the detailed info. I'll be checking that out ``` Original comment by `[email protected]` on 31 Jul 2012 at 12:58
``` I reported and showed how to fix this issue as a one line change in the google group: https://groups.google.com/forum/#!searchin/pysphere/michael$20specter/pysphere/A 7EPrquJAnQ/q3EJhNw-UIAJ TL;DR On line 1280 in vi_virtual_machine.py, change request =...
``` Any chance in getting this fixed and releasing a new version to Pypi? Tim ``` Original comment by `[email protected]` on 8 Aug 2013 at 4:54
``` I've been rolling my own build with this exact patch since before I created this issue. It has been working great for me. ``` Original comment by `[email protected]` on...
``` More than 2 years later.... any chance this could become official yet? I've been using my original patch this whole time, and I've not had any bad side effects...
``` I've done a draft implementation of this. See this thread: https://groups.google.com/forum/?fromgroups=#!topic/pysphere/WBVq1ZuL8dk ``` Original comment by `[email protected]` on 4 Oct 2012 at 1:55
``` Check this thread from the discussion group: http://groups.google.com/group/pysphere/browse_thread/thread/be1d6c1af114160d# It is explained there how to unregister a VM and later how to remove its files from the datastore. But I...
``` i've implemented the 'delete_vm_by_path(path, remove_files=True)' function, how can i submit my code to this project? ``` Original comment by `[email protected]` on 1 Feb 2013 at 5:54
``` in addition i've implemented 'delete_vm_by_name(name, remove_files=True)' ``` Original comment by `[email protected]` on 2 Feb 2013 at 1:36