From 37a33a7bde452ebe85337bfb3b0185f2c18da69c Mon Sep 17 00:00:00 2001 From: Sylvain Afchain Date: Thu, 4 Jul 2013 16:00:30 +0200 Subject: [PATCH] Add Neutron l3 metering agent This is the agent side of : blueprint bandwidth-router-measurement blueprint bandwidth-router-label This patch initiates agent side by adding a new l3 metering agent and a Noop Driver. DocImpact Change-Id: Ib34721209c282b2669ff5488a33293d9f86467ef --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 227d17e96..8ab7bcf31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -107,6 +107,7 @@ console_scripts = quantum-server = neutron.server:main quantum-rootwrap = neutron.openstack.common.rootwrap.cmd:main quantum-usage-audit = neutron.cmd.usage_audit:main + neutron-metering-agent = neutron.services.metering.agents.metering_agent:main neutron.ml2.type_drivers = flat = neutron.plugins.ml2.drivers.type_flat:FlatTypeDriver local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver