horizon/openstack_dashboard/dashboards/project/snapshots
Akihiro Motoki 721622d182 Make project volume group table work even with volumev3 only env
Previously the volume group table in the project dashboard checked if
'volume' endpoint is available and 'volumev3' endpoint was not checked.
'volumev3' is an endpoint name commonly used for Volume v3 API and
it is not surprising that only volumev3 is configured in deployments,
so we should ensure that horizon works with environments only with
'volumev3' endpoint.

The service endpoints are already checked in panel.py, so there is no
need to have the permission check (i.e., service check) in the table.

Similar patterns are found in tables in project/snapshots and
project/vg_snapshots. They are also cleanup by this commit.

Change-Id: I12d03745bec5d8dec10a8e2b4306c595f2f39560
Closes-Bug: #1829461
(cherry picked from commit 0cb5167b99)
2019-06-07 10:29:05 +00:00
..
templates/snapshots Show generic group info in volume and volume snapshot pages 2018-07-03 13:24:24 +03:00
__init__.py Move Volume snapshots out of tabbed panel 2017-02-28 14:05:26 +11:00
forms.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
panel.py Use Cinder API v3 by default 2017-12-18 15:34:41 +02:00
tables.py Make project volume group table work even with volumev3 only env 2019-06-07 10:29:05 +00:00
tabs.py Show generic group info in volume and volume snapshot pages 2018-07-03 13:24:24 +03:00
tests.py Show generic group info in volume and volume snapshot pages 2018-07-03 13:24:24 +03:00
urls.py Move Volume snapshots out of tabbed panel 2017-02-28 14:05:26 +11:00
views.py Show generic group info in volume and volume snapshot pages 2018-07-03 13:24:24 +03:00