af4d28eaf4
This commit removes attempts to close a success message, because horizon code may hide and remove the message before tests are able to close it. This could trigger false negatives from time to time. It's harmless to ignore success the message as long as it is present on the page. Change-Id: I660d174493cade75fcab6a8f5b7f6214dd188589 Related-Bug: #1466332 |
||
---|---|---|
doc/source | ||
muranodashboard | ||
tools | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
manage.py | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.