57e8d7b9f8
Django 2.0 is now used in tox py35 job, so there is no need for py35dj20 job. Instead, Django 1.11 with python3 is not covered. - py35dj20 job is dropped from tox.ini. - python3-django111 is added to tox.ini. python3 is specified to basepython to avoid a specific python version. - .zuul.yaml is updated to consume horizon-openstack-tox-python3-django111 and drop horizon-openstack-tox-py35dj20. Change-Id: I5fd37cfcf5e96c97f92f89687cced58bf2ef4fed |
||
---|---|---|
doc/source | ||
functional_tests | ||
muranodashboard | ||
playbooks/legacy/murano-dashboard-sanity-check | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.eslintrc | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
karma.conf.js | ||
LICENSE | ||
lower-constraints.txt | ||
manage.py | ||
package.json | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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.