summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-12-08 23:01:27 +0000
committerGerrit Code Review <review@openstack.org>2011-12-08 23:01:27 +0000
commit10c829ff39500d68f1e3493f5fa1a4e2f5bc26d6 (patch)
treec11790109016c4b581140a66b14e2d01255bd7b2 /bin
parent20c8d89dbac24b1edadb25becb5065ec735b8643 (diff)
parentc40ee5cfe75e8b1209dc53fc7eb2097812efa54e (diff)
downloadnova-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-xbin/nova-manage2
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 "