Skip to content

Commit

Permalink
Support for mitaka neutron quotas
Browse files Browse the repository at this point in the history
Closes-Bug: #1578495
Change-Id: Id7c5dc4d26465039ffc9cdc81df65797d613bb25
  • Loading branch information
pupapaik committed May 5, 2016
1 parent da19d43 commit 53a815c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion neutron_plugin_contrail/extensions/vpcroutetable.py
Expand Up @@ -28,7 +28,11 @@
from neutron.api.v2 import base
from neutron.common import exceptions as qexception
from neutron import manager
from neutron import quota

try:
from neutron import quota
except ImportError:
from neutron.quota import resource_registry as quota

try:
from neutron.openstack.common import uuidutils
Expand Down

0 comments on commit 53a815c

Please sign in to comment.