]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add metering extension and base class
authorSylvain Afchain <sylvain.afchain@enovance.com>
Fri, 14 Jun 2013 15:35:50 +0000 (17:35 +0200)
committerSylvain Afchain <sylvain.afchain@enovance.com>
Wed, 14 Aug 2013 12:32:46 +0000 (14:32 +0200)
commit81156e4a3931787cdf7e1b9301ca3f80bc009d6a
tree8c7aa32e520f987ba9ab409a5741add2b22a764e
parent748c58d1daa2c3f1c940427cc585f9ef4a000e7a
Add metering extension and base class

This a part of the blueprint bandwidth-router-label

This patch initiates the blueprint by adding base class
to associate labels and metering rules to tenant's routers.

Change-Id: Ia93b49d881e79c3291730cff7b80f26c56fedb48
16 files changed:
etc/policy.json
neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py [new file with mode: 0644]
neutron/common/constants.py
neutron/common/topics.py
neutron/db/db_base_plugin_v2.py
neutron/db/metering/__init__.py [new file with mode: 0644]
neutron/db/metering/metering_db.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/569e98a8132b_metering.py [new file with mode: 0644]
neutron/extensions/metering.py [new file with mode: 0644]
neutron/plugins/common/constants.py
neutron/services/metering/__init__.py [new file with mode: 0644]
neutron/services/metering/metering_plugin.py [new file with mode: 0644]
neutron/tests/unit/db/metering/__init__.py [new file with mode: 0644]
neutron/tests/unit/db/metering/test_db_metering.py [new file with mode: 0644]
neutron/tests/unit/services/metering/__init__.py [new file with mode: 0644]
neutron/tests/unit/services/metering/test_metering_plugin.py [new file with mode: 0644]