horizon/openstack_dashboard/test/unit/api/rest
Brian Rosmaita b58ac2894b Drop cinder v2 API support
Cinder v2 API is deprecated since pike release. Along with the removal
of cinder v2 API support in cinderclient (change I335db5c1799e drops
v2 support), this commit drops cinder v2 support in horizon.

The next release of python-cinderclient drops v2 support,
so horizon needs to use v3 classes.

Includes a workaround in unit tests for two cinderclient.v3 classes
that are missing in the cinderclient releases prior to 8.0.0.  The
workaround can be removed once cinderclient change I335db5c1799edb2
is merged and released.

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: Iab0f097fab6696462572dc6ea53767c91e5411b1
2021-07-19 08:00:58 -04:00
..
__init__.py openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
test_cinder.py Disable mox usage by default in test helper 2018-04-20 03:34:51 +00:00
test_config.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
test_glance.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_keystone.py Drop cinder v2 API support 2021-07-19 08:00:58 -04:00
test_network.py Fix tenant floating_ip_allocation call in neutron rest api. 2019-06-07 10:47:41 +10:00
test_neutron.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
test_nova.py Drop OPENSTACK_NOVA_EXTENSIONS_BLACKLIST finally 2020-10-27 20:02:05 +09:00
test_policy.py Disable mox usage by default in test helper 2018-04-20 03:34:51 +00:00
test_swift.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
test_utils.py Disable mox usage by default in test helper 2018-04-20 03:34:51 +00:00