neutron/neutron/tests/unit/extensions
Salvatore Orlando 574b25b857 Reservations support
Add the concept of resource reservation in neutron.
Usage tracking logic is also updated to support reservations.
Reservations are not however available with the now deprecated
configuration-based quota driver.

The base API controller will now use reservations to perform
quota checks rather than counting resource usage and then
invoking the limit_check routine.

The limit_check routine however has not been removed and
depreacated as a part of this patch. In order to ensure all
quota drivers expose a consistent interface, a
make_reservation method has been added to the configuration
based driver as well. This method simply performs "old-style"
limit checks by counting resource usage and then invoking
limit_check.

DocImpact

Implements blueprint better-quotas.

Change-Id: Ifea07f461def564884af5b291c8a56655a4d818b
2015-08-17 15:54:19 -07:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base.py Make sure path_prefix is set during unit tests 2015-07-07 11:13:41 -07:00
extendedattribute.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
extensionattribute.py Introduce usage data tracking for Neutron 2015-07-28 11:55:03 -07:00
foxinsocks.py Python 3: encode unicode response bodies 2015-08-11 00:33:06 +02:00
test_address_scope.py Support subnetpool association to an address scope 2015-08-04 12:09:15 +05:30
test_agent.py DVR: fix router scheduling 2015-08-10 11:27:51 -05:00
test_external_net.py Merge "Python 3: do not use itertools.izip" 2015-06-26 05:14:16 +00:00
test_extra_dhcp_opt.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_extraroute.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_flavors.py Flavor Framework implementation 2015-07-16 09:07:41 -07:00
test_l3_ext_gw_mode.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_l3.py DVR: fix router scheduling 2015-08-10 11:27:51 -05:00
test_netmtu.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_portsecurity.py populate port security default into network 2015-06-29 09:31:43 +08:00
test_providernet.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_quotasv2.py Reservations support 2015-08-17 15:54:19 -07:00
test_securitygroup.py Fixing ICMP type and code validation 2015-08-04 07:01:12 +00:00
test_servicetype.py Cleanup get_plugin_name() from the tree 2015-06-23 14:28:59 +02:00
test_vlantransparent.py Remove duplicated call to setup_coreplugin 2015-06-25 18:38:17 -07:00
v2attributes.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00