Skip to content

Commit

Permalink
Quota changes for loadbalancer
Browse files Browse the repository at this point in the history
Drive quota for loadbalancer virtual-ip and pool
from the neutron quota driver

Change-Id: I06485fd45567f671b5e2489ddf2a477114864eee
Closes-Bug: #1399070
  • Loading branch information
rrugge committed Dec 10, 2014
1 parent 2a313e9 commit e9c45e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neutron_plugin_contrail/plugins/opencontrail/quota/driver.py
Expand Up @@ -37,6 +37,8 @@ class QuotaDriver(object):
'security_group_rule': 'security_group_rule',
'router': 'logical_router',
'port': 'virtual_machine_interface',
'pool': 'loadbalancer_pool',
'vip': 'virtual_ip',
};

@classmethod
Expand Down

0 comments on commit e9c45e6

Please sign in to comment.