horizon/openstack_dashboard/dashboards/project/snapshots
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
..
templates/snapshots Merge "Add Project ID information in detail page" 2019-02-15 16:07:19 +00:00
__init__.py Move Volume snapshots out of tabbed panel 2017-02-28 14:05:26 +11:00
forms.py Snapshot Name is optional parameter on create and update snapshot form 2019-05-09 10:05:32 +08:00
panel.py Drop cinder v2 API support 2021-07-19 08:00:58 -04:00
tables.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
tabs.py Add cinder-user-facing messages 2020-09-10 10:22:49 +00:00
tests.py Add Unit Test for cinder-user-facing messages 2020-09-25 10:51:46 +09:00
urls.py Move Volume snapshots out of tabbed panel 2017-02-28 14:05:26 +11:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00