horizon/openstack_dashboard/test/unit
Tobias Urdin c87f0e7a90 Change with_data=False for swift_get_container
This function is only used in the Container get
method which retrieves details about a container.

It's not used for listing data in the container
even though with_data was True doing a GET instead
of a HEAD on the container.

This indirectly also fixes the Ceph bug [1] in the
Swift API implementation that doesn't expose metadata
correctly for a GET but does for a HEAD.

[1] https://tracker.ceph.com/issues/47861

Change-Id: Iba4215b2e3a414d1794faa05be31bf69e0e48bec
2021-04-07 16:26:37 +02:00
..
api Change with_data=False for swift_get_container 2021-04-07 16:26:37 +02:00
usage Drop the legacy way to retrieve neutron quotas and usages 2020-10-26 17:25:56 +09:00
utils Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
__init__.py openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
test_error_pages.py openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
test_policy.py Sync keystone policy 2018-01-26 04:01:05 +09:00
test_themes.py Do not load openstack_dashboard.settings in unit tests 2018-12-28 23:06:38 +09:00
test_views.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00