horizon/openstack_dashboard/dashboards/admin/volumes
Ivan Kolodyazhny e976461d85 Remove six usage from horizon 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: I0b567382edf4d68674a7b8d0b02333fb57293958
2020-01-15 12:36:11 +02:00
..
templates/volumes Add Group and Group Snapshot colunm 2019-03-18 08:22:59 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
forms.py Make update status dialog less confusing 2018-11-22 20:42:24 +09:00
panel.py Use Cinder API v3 by default 2017-12-18 15:34:41 +02:00
tables.py Add Group and Group Snapshot colunm 2019-03-18 08:22:59 +00:00
tabs.py Add Group and Group Snapshot colunm 2019-03-18 08:22:59 +00:00
tests.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
urls.py Refactor Volumes from tabbed panel to stand-alone 2017-03-09 18:43:05 +00:00
views.py Handle partial dict setting 2019-09-26 14:31:17 +09:00