diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-17 20:26:33 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-17 20:26:33 -0700 |
| commit | 6c256a9a5c013f8674776adb2005b4f541f705b5 (patch) | |
| tree | 00d41e9022d49d4b7c0b015dd93117fb536aff40 /nova/cloudpipe | |
| parent | a1ceed43d6ab871d3dea721b855bd7eabec48433 (diff) | |
| download | nova-6c256a9a5c013f8674776adb2005b4f541f705b5.tar.gz nova-6c256a9a5c013f8674776adb2005b4f541f705b5.tar.xz nova-6c256a9a5c013f8674776adb2005b4f541f705b5.zip | |
remove extra reference in pipelib
Diffstat (limited to 'nova/cloudpipe')
| -rw-r--r-- | nova/cloudpipe/pipelib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/cloudpipe/pipelib.py b/nova/cloudpipe/pipelib.py index 1b742384c..3eb372844 100644 --- a/nova/cloudpipe/pipelib.py +++ b/nova/cloudpipe/pipelib.py @@ -34,7 +34,6 @@ from nova import exception from nova import flags from nova import log as logging from nova import utils -from nova.auth import manager # TODO(eday): Eventually changes these to something not ec2-specific from nova.api.ec2 import cloud @@ -57,7 +56,6 @@ LOG = logging.getLogger('nova.cloudpipe') class CloudPipe(object): def __init__(self): self.controller = cloud.CloudController() - self.manager = manager.AuthManager() def get_encoded_zip(self, project_id): # Make a payload.zip |
