Comment 1 for bug 1406218

Revision history for this message
Morgan Fainberg (mdrnstm) wrote :

Can you be more specific about what is broken and where so that we can correct this? This bug report is fairly non-specific. We have in one-form or another relied on the cfg object from oslo.config.

I believe the changes that you are referencing are related to enforcing type on the config options. Config options from paste-ini were being interpreted as the wrong type due to this limitation. Assuming an option can be passed from paste-ini and be handled prior to the fixes i'm assuming that caused this bug was unreliable.

We need a way to register the config options with the recognized configuration object(s).

More information will help us to address the concerns.