aodh/ceilometer/compute/virt/vmware
chinmay ff5c133cb0 Fixes ceilometer-compute service start failure
Currently ceilometer-compute service is failing to start in the
'vmware' region, because of the additional parameter 'port', is
added to the oslo.vmware _get_wsdl_loc method.

This patch fixes it by not calling the private method _get_wsdl_loc,
avoiding the mismatch in the method call. Additional optional
'wsdl_location' is added to over-ride to default location for bug
work-arounds.

Test cases are not added, since the changed method just calls the
oslo.vmware and method is already mocked in the setUp of the
class TestVsphereInspection.

Change-Id: Ib70092c1ccb14421701acdf8ff4a3805becbeef4
Closes-Bug: #1326230
2014-06-18 19:36:16 +05:30
..
__init__.py VMware vSphere support: Performance Mgr APIs 2014-03-03 20:29:22 +05:30
inspector.py Fixes ceilometer-compute service start failure 2014-06-18 19:36:16 +05:30
vsphere_operations.py VMware vSphere: Improve the accuracy of queried samples 2014-03-25 19:46:19 +05:30