summaryrefslogtreecommitdiff
path: root/openstack_dashboard/api/swift.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/api/swift.py')
-rw-r--r--openstack_dashboard/api/swift.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/api/swift.py b/openstack_dashboard/api/swift.py
index d5af8eadb..f4055e4ea 100644
--- a/openstack_dashboard/api/swift.py
+++ b/openstack_dashboard/api/swift.py
@@ -176,7 +176,7 @@ def swift_get_containers(request, marker=None, prefix=None):
@profiler.trace
@safe_swift_exception
-def swift_get_container(request, container_name, with_data=True):
+def swift_get_container(request, container_name, with_data=False):
if with_data:
headers, data = swift_api(request).get_object(container_name, "")
else: