← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1786347] Re: Incorrect entry point of metering iptables driver

 

Reviewed:  https://review.openstack.org/590479
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=adf38349c45c8871a8858d3440a2c6fb4d967583
Submitter: Zuul
Branch:    master

commit adf38349c45c8871a8858d3440a2c6fb4d967583
Author: Hongbin Lu <hongbin.lu@xxxxxxxxxx>
Date:   Thu Aug 9 18:37:52 2018 +0000

    Fix iptables metering driver entrypoint
    
    Closes-Bug: #1786347
    Change-Id: If1c276338cec0c199d8cc8d8f6385025a3bb5d25


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
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:
  Fix Released

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


References