]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
usage_audit: Fix usage_audit to work with ML2
authorToni Ylenius <toni.ylenius@cybercom.com>
Wed, 5 Aug 2015 12:06:00 +0000 (15:06 +0300)
committerToni Ylenius <toni.ylenius@cybercom.com>
Thu, 6 Aug 2015 05:24:45 +0000 (08:24 +0300)
commit2bded62d6a6a141e610a06e5f40bb28c0b26da5c
treef23dce3941d47e6fdc4212f55d420b79610dcb8c
parentc58441796736a763c910a7486646d1969ec1b98c
usage_audit: Fix usage_audit to work with ML2

The script didn't work with the ML2 plugin as router related
functionality is moved to the L3 router service plugin. The fix assumes
that the L3 router service plugin is in use, and this seems to apply to
most of the current core plugins.

Change-Id: If3eb7bde4a5b8b9ca2ac0bd7327325f6c0ad620a
Closes-Bug: 1481692
neutron/cmd/usage_audit.py