← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1360958] [NEW] neutron metering driver default value is different in code and config file

 

Public bug reported:

We have the following config in etc/metering_agent.ini:
# driver = neutron.services.metering.drivers.iptables.iptables_driver.IptablesMeteringDriver

But in code, the default value of the driver in metering_agent.py is:
        cfg.StrOpt('driver',
                   default='neutron.services.metering.drivers.noop.'
                   'noop_driver.NoopMeteringDriver',

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1360958

Title:
  neutron metering driver default value is different in code and config
  file

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  We have the following config in etc/metering_agent.ini:
  # driver = neutron.services.metering.drivers.iptables.iptables_driver.IptablesMeteringDriver

  But in code, the default value of the driver in metering_agent.py is:
          cfg.StrOpt('driver',
                     default='neutron.services.metering.drivers.noop.'
                     'noop_driver.NoopMeteringDriver',

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1360958/+subscriptions


Follow ups

References