b32f627b81c1e63caef92b564f5b88c8f0c5947e
invoke_api does not throw any exception when interface goes down and application loses connectivity with vCenter because default timeout is set to None which is equivalent to infinity. This patch set allows any application to pass connection timeout so that it will wait for the given timeout and then throw an exception. Closes-Bug: #1564839 Change-Id: I69b099b7caaa4fb0e0067cb83b9468d4aa901cc7 Co-Authored-By: Raghuveer Shenoy <rshenoy@hp.com>
oslo.vmware --- VMware support code for OpenStack
The Oslo VMware library provides support for common VMware operations and APIs.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.vmware
- Source: http://git.openstack.org/cgit/openstack/oslo.vmware
- Bugs: http://bugs.launchpad.net/oslo.vmware
Description