Merge "Show Neutron floating IPs quotas on Overview"

This commit is contained in:
Jenkins 2013-08-27 15:06:26 +00:00 committed by Gerrit Code Review
commit c3d7f3a83b
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ OPENSTACK_KEYSTONE_BACKEND = {
}
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': True
'enable_lb': True,
'enable_quotas': False # Enabled in specific tests only
}
OPENSTACK_HYPERVISOR_FEATURES = {