]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Sync with nova change I135ed85a.
authorAvishay Traeger <avishay@il.ibm.com>
Fri, 21 Sep 2012 12:58:27 +0000 (15:58 +0300)
committerAvishay Traeger <avishay@il.ibm.com>
Fri, 21 Sep 2012 13:05:04 +0000 (16:05 +0300)
commit414757d8c336ef791f9654a425693918e1ecd792
treeb936cd9f3b9f7f725547f4268c3480c185e5c3d0
parent5c74bf51f6ef131db7c47606949b99c57cbbe217
Sync with nova change I135ed85a.

This patch syncs the cinder driver code with that of the nova code,
as we received comments in the review process there.  All changes are
minor: (1) removing unnecessary type checks of the flags, (2) not
using getattr to access the FLAGS, and (3) using the self.flags()
infrastructure that test.TestCase provides.

Change-Id: Id740be6441862f048c3a9267394492a7ed65db84
cinder/tests/test_storwize_svc.py
cinder/volume/storwize_svc.py