]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Actually encode the SolidFire json dump result
authorJohn Griffith <john.griffith8@gmail.com>
Wed, 13 Aug 2014 21:25:49 +0000 (15:25 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Wed, 13 Aug 2014 21:25:49 +0000 (15:25 -0600)
commit49b54af36a2aacd3d27330636f61d6f996016d65
treea4d6c0716c2241a2d3ce718dfd95695bb891259f
parentc4b5d13e9f85692c4c5585e82aa7e463d15fb712
Actually encode the SolidFire json dump result

The SolidFire driver intends to do a encode on the json data to utf-8,
unfortunatly it's not really doing anything because the syntax of the
calls is wrong.

This patch changes things to actually perform the encoding.

Change-Id: I2bc94ed1fdc1dd5f9a6371ae5f63a955f213bc15
Closes-Bug: #1355622
cinder/volume/drivers/solidfire.py