summaryrefslogtreecommitdiffstats
path: root/openstack/common/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/context.py')
-rw-r--r--openstack/common/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/context.py b/openstack/common/context.py
index 3899c2c..81772bc 100644
--- a/openstack/common/context.py
+++ b/openstack/common/context.py
@@ -61,7 +61,7 @@ class RequestContext(object):
'request_id': self.request_id}
-def get_admin_context(show_deleted="no"):
+def get_admin_context(show_deleted=False):
context = RequestContext(None,
tenant=None,
is_admin=True,