]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix overwrite of params in SF image cache update
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 12 May 2015 21:48:03 +0000 (15:48 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 12 May 2015 21:48:03 +0000 (15:48 -0600)
commitcf4c885c20fb46672a758a6ec94e61346fa317cc
tree00609a50542acb0d8dd981e1e102dd83c6c50c03
parent79df1d730c31568e58bbc35d7abbe947de3db18d
Fix overwrite of params in SF image cache update

In the update cache volume routine of the SolidFire driver
we're unintentionally re-initializing the params variable
when assigning volID as opposed to just appending another key
to it.

This patch fixes that.

Change-Id: I213776ee6aef6e5dee2807c19b7eea05af23d6c0
Closes-Bug: #1454425
cinder/volume/drivers/solidfire.py