neutron/neutron/db/metering
Brian Haley 3ea8307af0 Change metering code to iterate through all L3 agents
Even though when using a host filter only one agent will
be returned, have get_sync_data_metering() RPC code
iterate through the list returned instead of using
agent[0].id.  Noticed while looking at callers of
get_l3_agents() for an OVO change that modifies the order
the agents are returned.  The code is essentially still
the same.

Also added a test using the host filter.

Trivialfix

Change-Id: I33df669258f77015a47809dd7e7df402de31e708
2017-09-27 14:03:13 -04:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
metering_db.py Metering to OVO 2017-04-26 11:44:58 -07:00
metering_rpc.py Change metering code to iterate through all L3 agents 2017-09-27 14:03:13 -04:00