Google Code Exporter
Google Code Exporter
``` actual print output from produced with print statements in vi_virtual_machine.py. 2014-01-16 17:56:13,616 - DEBUG - Send file 'network' to VM: si6-mongodb1a XXXX URL: https://*:443/guestFile?id=1004&token=52856b37-936a-474b-6ba1-4e4cea7684c81004 XXXX hostname: [fd30 2014-01-16 17:56:14,776...
``` Is there any chance you have passed the user string as: "DOMAIN\user" instead of r"DOMAIN\user" or "DOMAIN\\user" Notice that "\" is a escape character. And you are not escaping...
``` You are right, a typo. I did escape the backslash. I just cannot connect using the DOMAIN account. ``` Original comment by `[email protected]` on 2 Oct 2013 at 4:14
``` Hello again, Sorry I cannot get back to you sooner, actually I tried with r"DOMAIN\user" and it does indeed work, oddly enough "DOMAIN\\user" does not. Again with cygwin and...
``` Hello, neither r"DOMAIN\user" nor "DOMAIN\\user" works for me. But, pysphere works well with non DOMAIN accounts. waht am I missing? 0.1.8 on CentOS 6 64 and VMware version is...
``` Any updates on this? We do hit this once in a while. ``` Original comment by `[email protected]` on 9 Jun 2014 at 6:27
``` Here is stack trace: which is a little different from earlier poster, but I believe root cause is the same: vm = VIServer.get_vm_by_path(self, path, datacenter) File "/myDirectory/myVirtualEnv/lib/python2.7/site-packages/pysphere/vi_server.py", line 286,...
``` I'm also wondering about templates. There is a clone feature, but it doesn't work for me. If i try to clone a regular vm (non-template) I get VIException: [Task...
``` Sorry, this got accidentally filed as a defect, it should be enhancement ``` Original comment by `[email protected]` on 11 Sep 2013 at 11:37
``` Note that there's an optional parameter in properties from_cache which makes it impossible to be *replaced* by something like this. Imo it's not a good thing to have two...