horizon/openstack_dashboard/dashboards/project/snapshots
Takashi Kajinami 179c2e3771 cinder: Use 'block-storage' service type to detect cinder
The official service type name for cinder is not volume (or volumevN)
but block-storage. Use the block-storage type to detect availability
of cinder, in addition to legacy volume/volumev3 service type.

'block-store' is also a valid alias and should be added as well.

Closes-Bug: #2084794
Change-Id: Ifbeaba033c6dae0fa704a2be568b2f4e2cb7426a
2024-10-17 14:55:22 -05: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 Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
panel.py cinder: Use 'block-storage' service type to detect cinder 2024-10-17 14:55:22 -05:00
tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tabs.py Add cinder-user-facing messages for Backup 2022-09-06 07:29:40 +00:00
tests.py cinder: Use 'block-storage' service type to detect cinder 2024-10-17 14:55:22 -05:00
urls.py Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
views.py Fix success_url parameter issue for Edit Snapshot 2022-09-14 22:23:27 +05:30