]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Scality driver:use self.configuration instead of CONF
authorJordanP <jordan.pittier@scality.com>
Thu, 13 Nov 2014 16:14:00 +0000 (17:14 +0100)
committerJordanP <jordan.pittier@scality.com>
Fri, 14 Nov 2014 09:19:20 +0000 (10:19 +0100)
commit044c753b0429f2cdb8b99b040cc69480e2593b52
tree11ed7bb9182ed23e66b7aef624297935e161f859
parent37e4a12652c803d60c18079b735d96e5c7890f07
Scality driver:use self.configuration instead of CONF

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.

Commit message stolen from Id1a7c583894ac368bdcc61facc6f72300db320c7
Closes-Bug: #1392633
Change-Id: I61b0b6a21628d5629b5f80768e73ee44db05d1ce
cinder/tests/test_scality.py
cinder/volume/drivers/scality.py