horizon/openstack_dashboard/test/unit/api
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
..
rest 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_base.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_cinder.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_glance.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
test_keystone.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_microversions.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
test_network.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_neutron.py Merge "Fix create/update_port with python3" 2020-11-25 15:58:23 +00:00
test_nova.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
test_swift.py Change with_data=False for swift_get_container 2021-04-07 16:26:37 +02:00