horizon/openstack_dashboard/dashboards/project/vg_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/vg_snapshots Generic volume group support 2018-06-09 06:39:18 +00:00
__init__.py Generic volume group support 2018-06-09 06:39:18 +00:00
forms.py Drop cinder consistency group support 2019-05-03 18:16:23 +00:00
panel.py Generic volume group support 2018-06-09 06:39:18 +00:00
tables.py Make project volume group table work even with volumev3 only env 2019-05-29 14:06:17 +00:00
tabs.py Generic volume group support 2018-06-09 06:39:18 +00:00
tests.py Generic volume group support 2018-06-09 06:39:18 +00:00
urls.py Generic volume group support 2018-06-09 06:39:18 +00:00
views.py Remove unnecessary variables 2019-05-08 06:58:54 +00:00