murano-dashboard/muranodashboard/images
zhurong 8c0ce28c35 Mark image form filter out the 'aki' and 'ari' format
AKI and ARI type can not launch instance.
Launch instance filter:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/images/utils.py#L78
Image table filter:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/images/images/tables.py#L30

So filter out the 'aki' and 'ari' image format for the mark image form.

Change-Id: Ib5f85d4e8bf2ef1a5e6f44802d93b8c096ee5241
Closes-bug: #1594112
2016-06-20 14:14:05 +00:00
..
__init__.py Move 'Images' handling table to a separate panel 'Images'. 2013-10-23 14:51:34 +04:00
forms.py Mark image form filter out the 'aki' and 'ari' format 2016-06-20 14:14:05 +00:00
panel.py Resolve pep8 import issues 2014-05-12 17:48:50 +04:00
tables.py i18n: Use new way to define action_present/past 2016-03-12 21:25:48 +09:00
urls.py Update URLs to Django 1.8 style 2016-02-13 13:27:13 +08:00
views.py Fix broken dashboard tables 2016-03-09 14:16:23 +03:00