horizon/openstack_dashboard/dashboards/project/snapshots
Akihiro Motoki 0cb5167b99 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
2019-05-29 14:06:17 +00: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 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-05-29 14:06:17 +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