diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-12-08 23:01:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-12-08 23:01:27 +0000 |
| commit | 10c829ff39500d68f1e3493f5fa1a4e2f5bc26d6 (patch) | |
| tree | c11790109016c4b581140a66b14e2d01255bd7b2 /bin | |
| parent | 20c8d89dbac24b1edadb25becb5065ec735b8643 (diff) | |
| parent | c40ee5cfe75e8b1209dc53fc7eb2097812efa54e (diff) | |
| download | nova-10c829ff39500d68f1e3493f5fa1a4e2f5bc26d6.tar.gz nova-10c829ff39500d68f1e3493f5fa1a4e2f5bc26d6.tar.xz nova-10c829ff39500d68f1e3493f5fa1a4e2f5bc26d6.zip | |
Merge "Add ability to see deleted and active records."
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 46374673f..d0246ad9d 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -1379,7 +1379,7 @@ class VsaCommands(object): raise is_admin = self.manager.is_admin(user_id) - ctxt = context.RequestContext(user_id, project_id, is_admin) + ctxt = context.RequestContext(user_id, project_id, is_admin=is_admin) if not is_admin and \ not self.manager.is_project_member(user_id, project_id): msg = _("%(user_id)s must be an admin or a " |
