← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1968468] Re: metering-agent: Duplicate report_interval parameters

 

After digging into the implementation again, I noticed [DEFAULT]
report_interval is actually used to determine interval between metering
report, instead of agent status report.

** Changed in: neutron
     Assignee: Takashi Kajinami (kajinamit) => (unassigned)

** Changed in: neutron
       Status: In Progress => Invalid

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

Title:
  metering-agent: Duplicate report_interval parameters

Status in neutron:
  Invalid

Bug description:
  The neutron-metering-agent service has the following two
  report_interval parameters, and these two looks duplicate.

  (1)
  [DEFAULT]
  report_interval=300

  (2)
  [AGENT]
  report_interval=30

  Looking at the implementation, (1) is used in configuration.report_interval in agent status while (2) determines the actual interval in agent side.
  Considering consistency with the other agents, we should use (2) only and deprecate (1).

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



References