diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-11 00:15:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-11 00:15:04 +0000 |
| commit | 8dca589640ee203944a56fcde943462a1156ff5c (patch) | |
| tree | 3375854040052b524ab9cd9aa58acbf499f48283 /nova/api | |
| parent | 3580021d438534eb0e52f2ba976f61d6c58f720b (diff) | |
| parent | 822208fd34214280e052903a23116847e29dec83 (diff) | |
Merge "Remove deprecated auth code"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/cloudpipe.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/openstack/compute/contrib/cloudpipe.py b/nova/api/openstack/compute/contrib/cloudpipe.py index a2faf833b..9b2bb3e61 100644 --- a/nova/api/openstack/compute/contrib/cloudpipe.py +++ b/nova/api/openstack/compute/contrib/cloudpipe.py @@ -19,7 +19,6 @@ import os from nova.api.openstack import extensions from nova.api.openstack import wsgi from nova.api.openstack import xmlutil -from nova.auth import manager from nova.cloudpipe import pipelib from nova import compute from nova.compute import utils as compute_utils @@ -58,7 +57,6 @@ class CloudpipeController(object): def __init__(self): self.compute_api = compute.API() self.network_api = network.API() - self.auth_manager = manager.AuthManager() self.cloudpipe = pipelib.CloudPipe() self.setup() |
