Merge lp:~vishvananda/nova/lp615857 into lp:~hudson-openstack/nova/trunk

Proposed by Vish Ishaya
Status: Merged
Approved by: Jesse Andrews
Approved revision: 221
Merged at revision: 222
Proposed branch: lp:~vishvananda/nova/lp615857
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
bin/nova-manage (+1/-1)
To merge this branch: bzr merge lp:~vishvananda/nova/lp615857
Reviewer Review Type Date Requested Status
Devin Carlen (community) Approve
Jay Pipes (community) Approve
Review via email: mp+32228@code.launchpad.net

Commit message

Fixes bug lp:615857 by changing the name of the zip export method in nova-manage

Description of the change

Fixes bug lp:615857 by changing the name of the zip export method in nova-manage

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) wrote :

lgtm

review: Approve
Revision history for this message
Devin Carlen (devcamcar) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/nova-manage'
2--- bin/nova-manage 2010-08-08 02:51:17 +0000
3+++ bin/nova-manage 2010-08-10 17:31:00 +0000
4@@ -203,7 +203,7 @@
5 arguments: project user"""
6 self.manager.remove_from_project(user, project)
7
8- def create_zip(self, project_id, user_id, filename='nova.zip'):
9+ def zipfile(self, project_id, user_id, filename='nova.zip'):
10 """Exports credentials for project to a zip file
11 arguments: project_id user_id [filename='nova.zip]"""
12 zip_file = self.manager.get_credentials(project_id, user_id)