Should not be using CONF settings in brick
Bug #1230066 reported by
John Griffith
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
High
|
Walt Boring |
Bug Description
there are a number of places where CONF is used in Brick, however this is a really poor design for something that's intended to be a shared library. It's also bad news for things like multi-backend devices in Cinder as it uses Global CONF settings thereby not allowing specific settings on a driver per driver basis.
One example of the problem in terms of multi-backends is the nfs_mount_options settings.
It would be MUCH better and more flexible rather than to use CONF settings in brick to pass in needed values/settings on __init__
Changed in cinder: | |
assignee: | Chet Burgess (cfb-n) → Walt Boring (walter-boring) |
Changed in cinder: | |
assignee: | Walt Boring (walter-boring) → Chet Burgess (cfb-n) |
Changed in cinder: | |
status: | Fix Committed → Fix Released |
Changed in cinder: | |
milestone: | havana-rc1 → 2013.2 |
To post a comment you must log in.
Per conversation with jgriffith in IRC I'm working on a fix for the remotefs piece.