get_categories_list() now returns list of category objects, but category selection drop down was not aware of this change. This commit makes _data_table.html template aware of it, adds package_count to category name in the dropdown and separates category name into a separate html data-property, to allow draggable components match packages correctly. Closes-Bug: #1484143 Change-Id: I533059a02d8bbb556fb91214737b79243e340c0b
Murano
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users — including inexperienced ones — can then use the catalog to compose reliable application environments with the push of a button.
Murano Dashboard
Murano Dashboard is an extension for OpenStack Dashboard that provides a UI for Murano. With murano-dashboard, a user is able to easily manage and control an application catalog, running applications and created environments alongside with all other OpenStack resources.
For developer purposes, please place OpenStack Dashboard extension file, located at local/_50_murano.py under horizon/openstack_dashboard/local/enabled directory and run horizon as usual.