4bef4532d5
Implements blueprint murano-as-horizon-plugin * Use prepare_murano.sh to add murano to the horizon automatically * Or add _50_murano.py manually under openstack_dashboard/enabled directory * settings.py is no longer tracked and needed to be syncronized with current horizon version * Murano panel order can be changed by renaming prefix _50 to the desired positon Change-Id: I26e15bae5d62fba2f83d8792e888897674cab8e1
28 lines
359 B
Plaintext
28 lines
359 B
Plaintext
*~
|
|
*.orig
|
|
*.pyc
|
|
*.swp
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.venv
|
|
.idea
|
|
coverage.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
reports
|
|
muranodashboard/local/local_settings.py
|
|
muranodashboard/settings.py
|
|
/static/
|
|
docs/build/
|
|
docs/source/sourcecode
|
|
build
|
|
dist
|
|
|
|
# Autogenerated Documentation
|
|
doc/source/api
|
|
|
|
# Tests
|
|
muranodashboard/test/functional/config/config.conf
|