horizon/openstack_dashboard/api/rest
Ivan Kolodyazhny d870b40583 Remove six usage from openstack_dashboard package
We don't support Python 2 anymore so we don't need this
compatibility library.

six.reraise usages are left as is until it'll be moved to some
base lib like oslo.utils to not re-implenent this method in
Horizon.

This patch also removes Python2-specific base test case methods
assertItemsEqual and assertNotRegexpMatches in flavor of new
Python 3 analogues.

Change-Id: I26a59176be9e9f213128e4945a58b9459334b626
2020-01-15 12:47:48 +02:00
..
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
cinder.py Cinder REST API test: Make list_extensions test work properly 2018-04-13 12:53:56 +00:00
config.py Add support to get disk_formats from glance 2019-12-17 14:56:44 +02:00
glance.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
json_encoder.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
keystone.py Define default settings explicitly (openstack_dashboard 1/5) 2019-04-24 02:32:47 +09:00
network.py Fix tenant floating_ip_allocation call in neutron rest api. 2019-06-07 10:47:41 +10:00
neutron.py Update api-ref location 2019-07-23 09:43:24 +02:00
nova.py Remove dependency on novaclient list_extensions API 2019-10-24 15:24:39 -04:00
policy.py Trivial: Fix import order in api/rest/*.py 2016-02-12 12:41:44 +08:00
swift.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
urls.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
utils.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00