RETIRED, Dashboard for Murano
Go to file
Felipe Monteiro fc34a1aaf5 Fixes new sanity_check tests deleting too many resources.
Because tests are run out of order, this will not always be
re-produced, but inevitably this bug will happen.

Right now, the test test_delete_multiple_images in TestSuiteImage
will delete all the images in tearDownClass -- including the
cls.image_id which is used by many other tests. If the
TestSuiteImage tests run before tests in another suite that
rely on cls.image_id, they will fail.

This same scenario can also happen with the recent addition
of filter component tests. These tests delete the resources
created by the test at the end of the test. But eventually, when
these tests fail, that code will not run, causing many other
tests to fail, making debugging very hard as well.

This patch adds addCleanup at the beginning of these tests so
that deletion always works and prevents the cls.image_id from
being deleted.

Change-Id: If199d560870a138d250bfba332da90e557693a03
2017-01-12 02:28:21 +00:00
doc/source Remove unused pngmath Sphinx extension 2016-03-01 08:39:39 +00:00
muranodashboard Fixes new sanity_check tests deleting too many resources. 2017-01-12 02:28:21 +00:00
releasenotes Imported Translations from Zanata 2017-01-11 09:14:29 +00:00
tools Fix typos 2016-12-05 17:36:13 +08:00
.coveragerc Fix script for unit test coverage job 2016-08-17 10:23:27 +03:00
.eslintrc Update murano-dashboard eslint devDependencies 2016-09-21 11:27:26 +08:00
.gitignore Add cover dir to gitignore 2016-08-17 16:21:37 +00:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:36 +00:00
CONTRIBUTING.rst Update the dashboard Code Review URL 2015-11-10 22:49:44 +08:00
HACKING.rst Update information in README 2015-04-28 15:55:01 +00:00
LICENSE Add a LICENSE file 2016-09-13 16:02:55 +03:00
README.rst Show team and repo badges on README 2016-11-25 15:53:08 +01:00
babel-django.cfg Adds i18n machinery similar to the one used in horizon 2015-12-28 23:17:26 +03:00
babel-djangojs.cfg Adds i18n machinery similar to the one used in horizon 2015-12-28 23:17:26 +03:00
karma.conf.js Add JS unit tests runner and commands to dashboard 2016-10-07 16:09:01 +03:00
manage.py Fix manage.py wrong muranodashboard setting module 2016-08-25 11:32:32 +08:00
package.json Add JS unit tests runner and commands to dashboard 2016-10-07 16:09:01 +03:00
requirements.txt Updated from global requirements 2016-11-09 04:17:46 +00:00
setup.cfg Changed author 2016-12-01 18:07:35 +08:00
setup.py Updated from global requirements 2015-09-17 12:13:05 +00:00
test-requirements.txt Updated from global requirements 2016-12-03 11:43:49 +00:00
tox.ini Fix the wrong DJANGO_SETTINGS_MODULE in tox.ini 2016-12-01 01:39:36 +00:00

README.rst

Team and repository tags

image

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 symlink the following OpenStack Dashboard plugin files: * muranodashboard/local/enabled/.py into horizon/openstack_dashboard/local/enabled/ muranodashboard/local/local_settings.d/_50_murano.py into horizon/openstack_dashboard/local/local_settings.d/_50_murano.py * muranodashboard/conf/murano_policy.json into horizon/openstack_dashboard/conf/

re-compress static assets and restart Horizon web-server as usual.

Project Resources