diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2010-11-16 05:53:21 -0400 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2010-11-16 05:53:21 -0400 |
| commit | f0b53131569cd409a95c68b435ec56a69dcdc897 (patch) | |
| tree | 1d67004a66abd677f52aa693c3828e5f33444ade /nova/api | |
| parent | 10756392157aa5e6029a50a9f38718f3024731c7 (diff) | |
PEP8 fixes
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/__init__.py b/nova/api/openstack/__init__.py index 23ac033cf..80b27c7e5 100644 --- a/nova/api/openstack/__init__.py +++ b/nova/api/openstack/__init__.py @@ -51,6 +51,7 @@ flags.DEFINE_bool('allow_admin_api', False, 'When True, this API service will accept admin operations.') + class API(wsgi.Middleware): """WSGI entry point for all OpenStack API requests.""" |
