diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-08-11 01:57:12 +0000 |
|---|---|---|
| committer | Tarmac <> | 2010-08-11 01:57:12 +0000 |
| commit | 21d0023d70e88d0a707caed841c876cafd2b9c0d (patch) | |
| tree | 94ec11f31dbaf5dbe1143ebbf2bc751148213f9b /bin | |
| parent | ce683104ace24e986f6c4b911ff63952355235f0 (diff) | |
| parent | 7a1709561f1fed6e46a1c31aaa8e3ac54b9eebd3 (diff) | |
| download | nova-21d0023d70e88d0a707caed841c876cafd2b9c0d.tar.gz nova-21d0023d70e88d0a707caed841c876cafd2b9c0d.tar.xz nova-21d0023d70e88d0a707caed841c876cafd2b9c0d.zip | |
Fixes bug lp:615857 by changing the name of the zip export method in nova-manage
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index 2dd569df0..6af092922 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -203,7 +203,7 @@ class ProjectCommands(object): arguments: project user""" self.manager.remove_from_project(user, project) - def create_zip(self, project_id, user_id, filename='nova.zip'): + def zipfile(self, project_id, user_id, filename='nova.zip'): """Exports credentials for project to a zip file arguments: project_id user_id [filename='nova.zip]""" zip_file = self.manager.get_credentials(project_id, user_id) |
