nova/nova/api
Sean Dague ca4ec76280 be more explicit that rate limits are gone in v2.1
The rate limit code was trivially wrong the moment you had > 1 API
server, so we deprecated it with the legacy v2 code. The key still
exists in v2.1 but it's always empty. It's just confusing that it
looks like it's still getting data from the environment, which it is
not.

Clear this up and leave some comments so we can further eliminate
things after the v2 legacy drop.

Because there is a difference between v2 legacy and v2.1, delete all
the v2 legacy tests. This included a ton of direct testing of the
Ratelimit middleware that is about to be removed (as it only exists
for the v2 legacy stack).

Change-Id: Icfd77aecf77ad626c0efb93f59a6db11f21b3d56
2016-05-20 06:25:55 -04:00
..
ec2 Partial revert of ec2 removal patch 2016-02-19 14:34:38 +00:00
metadata Eager load keypairs in instance metadata 2016-05-12 07:32:27 -04:00
openstack be more explicit that rate limits are gone in v2.1 2016-05-20 06:25:55 -04:00
validation Add validations for volume_size and destination_type 2016-04-20 11:32:05 +00:00
__init__.py Remove unused copyright from nova.api.__init__ 2014-01-10 16:24:50 +08:00
auth.py Move config options from nova/api directory (1) 2016-05-09 19:23:13 +00:00
compute_req_id.py Remove 'v3' from comments in Nova API code 2015-09-14 14:10:58 +00:00
manager.py Remove vi modelines 2014-02-03 14:19:44 +00:00
sizelimit.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
validator.py Fix comment typo 2015-06-23 08:41:43 +10:00