]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Parse out SolidFire account from api response
authorJohn Griffith <john.griffith8@gmail.com>
Wed, 19 Aug 2015 21:07:49 +0000 (21:07 +0000)
committerJohn Griffith <john.griffith8@gmail.com>
Wed, 19 Aug 2015 21:11:11 +0000 (21:11 +0000)
commit022c544351947b4ad7e3292117136c95e89f9a3f
treee4078a65c45e31072ae569d63f90e387cfd8495a
parenta8d98325e3d886314b119a9a330bf4a14f11b8a2
Parse out SolidFire account from api response

In the SolidFire create-cache account routine we broke the response
check and are trying to use the entire api response as if it were an
account object.

This patch just pulls the actual account object out of the response
instead of using the entire API response.

Change-Id: Ief2d9ae494475f5ba3688c521e11d51a244b5c28
Closes-Bug: #1486744
cinder/volume/drivers/solidfire.py