yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27481
[Bug 1416516] [NEW] use of oslo config in code uses two different versions
Public bug reported:
parts of the code do this:
from oslo_config import cfg
other parts do this:
from oslo.config import cfg
There should be one version we use and the usage should be the same /
very similar.
** Affects: horizon
Importance: Undecided
Assignee: Nikunj Aggarwal (nikunj2512)
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1416516
Title:
use of oslo config in code uses two different versions
Status in OpenStack Dashboard (Horizon):
New
Bug description:
parts of the code do this:
from oslo_config import cfg
other parts do this:
from oslo.config import cfg
There should be one version we use and the usage should be the same /
very similar.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1416516/+subscriptions
Follow ups
References