]> 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)
committerKyle Mestery <mestery@mestery.com>
Fri, 2 Oct 2015 15:59:19 +0000 (15:59 +0000)
commitdd197db312f4bc5a2a661c86125b06d71c45e742
tree2085019e3818a0647c03826a563f201c4fdc14cb
parentfa2b18c45ae0e7aefa0a0b454c5b7b4e9a05f63a
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
(cherry picked from commit 2bded62d6a6a141e610a06e5f40bb28c0b26da5c)
neutron/cmd/usage_audit.py