Google Code Exporter

Results 11117 issues of Google Code Exporter

``` This is an enhancement proposal. It would be fantastic if we could add a __getitem__ method to VIVirtualMachine classes so that one might be able to index a VIVirtualMachine...

Priority-Medium
Type-Defect
auto-migrated

``` see https://groups.google.com/forum/#!topic/pysphere/BXUJs5CTRIo ``` Original issue reported on code.google.com by `[email protected]` on 6 Jul 2013 at 2:01

Priority-Medium
Type-Defect
auto-migrated

``` No really a technical issue but setup.py and the PKG-INFO files are pointing to the older 0.1.5 release. ``` Original issue reported on code.google.com by `[email protected]` on 15 Jun...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? for ds, name in server.get_datastores().items(): What is the expected output? What do you see instead? Traceback (most recent call last): File "./check_vsphere.py", line...

Priority-Medium
Type-Defect
auto-migrated

``` see https://groups.google.com/forum/?fromgroups=#!topic/pysphere/4XPkfP9z0TA ``` Original issue reported on code.google.com by `[email protected]` on 3 May 2013 at 10:39

Priority-Medium
auto-migrated
Type-Enhancement

``` Dear pysphere-project-team! First of all thank you for this really good library. We are using a nagios environment to monitor our vmware host and their virtual machine. How about...

Priority-Medium
Type-Defect
auto-migrated

``` It would be great if there was a "public" get_mor() method (I'm currently using the _mor property). Use case: This is an easy way to get snapshots and display...

Priority-Medium
Type-Defect
auto-migrated

``` Add an optional parameter to the clone() method allowing specific settings to be passed (e.g. network settings, os settings, etc) See https://groups.google.com/forum/#!topic/pysphere/QoiUxFQcH1M ``` Original issue reported on code.google.com by...

Priority-Medium
auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1. Instantiate a VIServer object and connect to vcenter server; 2. Try to get registered VM's using a resource pool as a filter;...

Priority-Medium
Type-Defect
auto-migrated

``` I could see an attribute check in method "get_entity_statistic" of vi_performance_manager.py if composite: if hasattr(query, "Entity"): stats.extend(query.Entity.Value) if hasattr(query, "ChildEntity"): for item in query.ChildEntity: stats.extend(item.Value) else: if hasattr(query[0], "Value"):...

Priority-Medium
Type-Defect
auto-migrated