
In the functional integration test, test class opened a firefox window as part of setUp() but in case of failure of setUp(), the window remained open, as the tearDown() method is not called on failure of setUp(). This problem can be solved by adding the close command for firefox through addCleanup method which is excecuted irrespective of success of the setUp method. Change-Id: Ic576fa05b62afa08356f11825cbf442baaf9a4cb Closes-bug: 1487446
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.