horizon/openstack_dashboard/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 Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
_nova.py Fix AttributeError in the project instance detail view 2020-11-20 20:57:28 +09:00
base.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
cinder.py Add Volume backups support for admin panel 2021-03-05 00:15:08 +00:00
glance.py Use python3-style super() 2020-10-15 14:37:20 +09:00
keystone.py Use python3-style super() 2020-10-15 14:37:20 +09:00
microversions.py Support extending in-use volumes 2020-09-08 09:17:15 +00:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
nova.py Drop OPENSTACK_NOVA_EXTENSIONS_BLACKLIST finally 2020-10-27 20:02:05 +09:00
swift.py Change with_data=False for swift_get_container 2021-04-07 16:26:37 +02:00