Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? I believe that these steps will reproduce the problem: 1. Initiate a connection with VI Host 2. Verify that get_vm_by_name can find a...

Priority-Medium
Type-Defect
auto-migrated

``` I have an ova for my application and i want to install the ova to a virutal machine. In order to do that i have to login to vspere...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, how can i create new network adapter? i tried to do with powercli but it isn't works with python... What is the expected output? What do you see...

Priority-Medium
Type-Defect
auto-migrated

``` The method delete_snapshot_by_path of VIVirtualMachine (https://code.google.com/p/pysphere/source/browse/trunk/pysphere/vi_virtual_mach ine.py#930) is document to return a VITask when you run it async. In reality it always returns None because it doesn't return the...

Priority-Medium
Type-Defect
auto-migrated

``` This patch adds 3 new public methods for renaming VM snapshots similar to delete_* methods: >>> vm.rename_current_snapshot(new_name='snap A', new_description='This is snap A') >>> vm.rename_named_snapshot('snap A', new_description='New descr for snap...

Priority-Medium
Type-Defect
auto-migrated

``` This patch adds support for custom HTTP transport types (which implement the httplib.HTTPConnection interface) to the VIServer class. This is useful for things like authenticating a connection to a...

Priority-Medium
Type-Defect
auto-migrated

``` It would be great if you can just add the description field to virtual machine config properties (pysphere/vi_virtual_machine.py:1806, see patch attached) Thanks for your work ! ``` Original issue...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Connect to server using pysphere 2. vm1.send_file('/root/test.txt', r'c:\temp\test.txt') 3. This times out. What is the expected output? What do you see instead?...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Test that code 2. 3. What is the expected output? What do you see instead? The Virtual machine getting deployed from template...

Priority-Medium
Type-Defect
auto-migrated

``` Using pysphere 0.1.8. I can connect to ESXi 5.5 hosts just fine and invoke methods like get_hosts, get_datacenters, etc... without problem. However, after successfully connecting to a vCenter 5.5...

Priority-Medium
Type-Defect
auto-migrated