Skip to content

Commit

Permalink
Remove old ratelimiting code
Browse files Browse the repository at this point in the history
This code hasn't been modified in 8 months and isn't used anywhere.

Change-Id: I55d641095fb9a8541a1e86939a33b4d0e9c492a5
  • Loading branch information
bcwaldon committed Feb 29, 2012
1 parent 0ab9f2c commit fe33216
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 240 deletions.
1 change: 0 additions & 1 deletion doc/source/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Generating source/api/nova..tests.api.openstack.test_auth.rst
Generating source/api/nova..tests.api.openstack.test_faults.rst
Generating source/api/nova..tests.api.openstack.test_flavors.rst
Generating source/api/nova..tests.api.openstack.test_images.rst
Generating source/api/nova..tests.api.openstack.test_ratelimiting.rst
Generating source/api/nova..tests.api.openstack.test_servers.rst
Generating source/api/nova..tests.api.openstack.test_sharedipgroups.rst
Generating source/api/nova..tests.api.test_wsgi.rst
Expand Down
17 changes: 0 additions & 17 deletions doc/source/devref/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ The :mod:`images` Module
:undoc-members:
:show-inheritance:

The :mod:`ratelimiting` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: nova.api.openstack.ratelimiting
:noindex:
:members:
:undoc-members:
:show-inheritance:

The :mod:`servers` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: nova.api.openstack.servers
Expand Down Expand Up @@ -258,15 +250,6 @@ The :mod:`test_images` Module
:undoc-members:
:show-inheritance:

The :mod:`test_ratelimiting` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: nova.tests.api.openstack.test_ratelimiting
:noindex:
:members:
:undoc-members:
:show-inheritance:

The :mod:`test_servers` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
222 changes: 0 additions & 222 deletions nova/api/openstack/compute/ratelimiting/__init__.py

This file was deleted.

0 comments on commit fe33216

Please sign in to comment.