]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Re-create session for RetrievePropertiesEx
authorKartik Bommepally <kbommepally@vmware.com>
Fri, 4 Oct 2013 11:05:09 +0000 (04:05 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 10 Oct 2013 15:35:40 +0000 (09:35 -0600)
commit46afd20ac76d5c947c33395eeff80b53e6493a98
tree221ededba63b5c1475ffb1f3258410c52e0d3f8f
parentf021629df31328324ca429c29a827efab832eee0
VMware: Re-create session for RetrievePropertiesEx

When RetrievePropertiesEx API is called after session timeout, the driver
does not re-create session automatically.

This is a regression caused when moving from RetrieveProperties to
RetrievePropertiesEx API.

Fixes bug: 1235187

Change-Id: I8a1e2452dfb3029365d59eae7850d1a9363b25f0
(cherry picked from commit 2d4ea101252141486fa6fd61b100772fafd40102)
cinder/tests/test_vmware_vmdk.py
cinder/volume/drivers/vmware/vim.py