yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #74234
[Bug 1786347] [NEW] Incorrect entry point of metering iptables driver
Public bug reported:
At the entry point 'neutron.services.metering_drivers', the alias
'iptables' is wrong. It was:
iptables =
neutron.services.metering.iptables.iptables_driver:IptablesMeteringDriver
But it should be:
iptables =
neutron.services.metering.drivers.iptables.iptables_driver:IptablesMeteringDriver
This cause the metering agent unable to load iptables driver via alias.
** Affects: neutron
Importance: Undecided
Assignee: Hongbin Lu (hongbin.lu)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1786347
Title:
Incorrect entry point of metering iptables driver
Status in neutron:
In Progress
Bug description:
At the entry point 'neutron.services.metering_drivers', the alias
'iptables' is wrong. It was:
iptables =
neutron.services.metering.iptables.iptables_driver:IptablesMeteringDriver
But it should be:
iptables =
neutron.services.metering.drivers.iptables.iptables_driver:IptablesMeteringDriver
This cause the metering agent unable to load iptables driver via
alias.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1786347/+subscriptions
Follow ups