]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix ordering of function args
authorJohn Griffith <john.griffith@solidfire.com>
Fri, 15 Feb 2013 03:41:15 +0000 (03:41 +0000)
committerJohn Griffith <john.griffith@solidfire.com>
Fri, 15 Feb 2013 03:43:06 +0000 (03:43 +0000)
commit90971cd1026728d3061e13843d117e549c0be67c
tree010076e8e3026b198c40f30323313dd93d4e1ae2
parent275ce2d171d847ede99162a3dbf85d87999a7298
Fix ordering of function args

Previous change swapped context and type-id params in function
declaration.  Put it back.

Also, no reason for storing the qos dict in the parameters, if
it's stored then we continuously have to update it, remove that
for now and come up with a cleaner method later.

Change-Id: I0820a48660bdfd0481be3681e33d7e2ff3246bb1
cinder/volume/drivers/solidfire.py