]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Convert from using FLAGS directly in SF driver.
authorjohn-griffith <john.griffith@solidfire.com>
Fri, 22 Feb 2013 05:06:26 +0000 (22:06 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 28 Feb 2013 03:44:42 +0000 (20:44 -0700)
commitd346346f77cd2cafebb7e73910ad77aae6f1c9fc
tree9318d19776c3fde433639564c3844d29b28b7bb6
parentb3aa7988d8bc092eb296b8abff71b6fe939ab1c8
Convert from using FLAGS directly in SF driver.

In order for the Filter scheduler to be used to it's
full advantage Cinder drivers need to move away from
using FLAGS directly and switch to appending their
specific options to self.configuration.

This patch converts the driver and updates tests.

Fixes bug: 1131553

Change-Id: Id1a7c583894ac368bdcc61facc6f72300db320c7
cinder/tests/test_solidfire.py
cinder/volume/drivers/solidfire.py