Comment 2 for bug 1373464

Revision history for this message
Flavio Percoco (flaper87) wrote :

Hey Jeffrey,

I'm really sorry for the confusion, I know by looking at other openstack's projects it may seem that global config objects are the way to go, although they're exactly what we're trying to move away from.

Zaqar's somewhere in the middle because we depend (use to?) on some 'libraries' that required this global config object to exist. I've a work-in-progress patch that should get rid of the global config and allow us to completely rely on something local without side-effects.