]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell SC driver calls out the wrong REST API version
authorTom Swanson <tom_swanson@dell.com>
Tue, 21 Apr 2015 21:34:55 +0000 (16:34 -0500)
committerTom Swanson <tom_swanson@dell.com>
Tue, 21 Apr 2015 21:38:13 +0000 (16:38 -0500)
commitc70d4997baacdc434763126b081ce72cc1bb311f
treed23de11c396c6a21d574c5e2490722a70458d27e
parent6cbc882742be324053e5230b33a73eee8ec00159
Dell SC driver calls out the wrong REST API version

On initialization of the session with the Dell REST
API the dell api version was incorrectly specified.
It should be 2.0 rather than 1.5.

Change-Id: I47ef63c24305b23125802012aa3c9dfde76813fd
Closes-Bug: #1446868
cinder/volume/drivers/dell/dell_storagecenter_api.py