Dashboard for Murano
Go to file
Ekaterina Fedorova b93fb120b7 Cherry-pick the following commits from master:
* Extend exception messages.
  Closes-bug: #1264980
  Ia57821cd906a203b18546b9e93e38f3e1bc71025
* Remove extra methods of interaction with API:
  and use environment_get instead it.
  Closes-Bug: #1265165
  Ib49aecff4773773b6cf305d51db29a17bcf813f3
* Move most of code for dynamic UI form creation into metaclass.
  Implements: blueprint dynamic-ui-optimization
  I9b2617527b410abb7c60df978f9c00f7cef491d3
* Minor refactoring of dynamic_ui.
  Move more functions to dynamic_ui.helpers.
  Ib578a24159dda4de5fecf5df35ff71bc7d704215
* Rewrite dynamic_ui to store Services data per-session.
  Thus set of Services (and cleaned_data for them) for each
  user/tenant will be isolated supporting per-tenant isolation
  blueprint.
  Closes-bug: #1264289
  I3d0b46463470912cf6d7a36fddd84292689775da
* Update local_settings.py.example to stable/havana.
  If56e74338449eb14b6b8a581863502287e654517
* Hide "Upload UI file" btn in manage service table
  There is should be only one ui definition in service So need to show
  "Upload UI file" only ic case there is no any
  Closes-bug: #1263052
  Ibe8c74f20062cd213d8a53ff46d9db9d41a2e08d
* Support per-tenant isolation for service metadata files.
  Partially implements: blueprint per-tenant-isolation
  I7393e748216ddaa59d6e90249b263514d08f9d34
* Added empty line in KeyPair fields.
  Implements: blueprint rewrite-key-pair-for-linux-based-services
  If7dcf19084422c76d3bd1b075e4d5080254d003b

Change-Id: I10b920a3b7cdd9b9a19d37243be81f6aa6aafa9b
2014-01-22 13:22:13 +04:00
bin Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
build_addons/rpm Cherry-pick the following commits from master: 2014-01-13 14:36:18 +04:00
doc/source KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
muranodashboard Cherry-pick the following commits from master: 2014-01-22 13:22:13 +04:00
tools Move installation to pbr 2013-09-03 13:25:37 +04:00
.gitignore Implement dynamic UI for all current service creation forms. 2013-08-13 19:11:21 +04:00
.gitreview Adding some packeges to pip requirements 2013-05-16 16:59:06 +04:00
MANIFEST.in Cherry-pick the following commits from master: 2014-01-13 14:36:18 +04:00
README.rst Add new setup scripts 2014-01-21 19:10:57 +04:00
common.inc Add new setup scripts 2014-01-21 19:10:57 +04:00
manage.py KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
openstack-common.conf Move installation to pbr 2013-09-03 13:25:37 +04:00
requirements.txt Update requirements and package version 2014-01-17 12:43:16 +04:00
run_tests.sh Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
setup.cfg Update requirements and package version 2014-01-17 12:43:16 +04:00
setup.py Update requirements to match havana's ones. 2013-10-28 17:40:02 +04:00
setup.sh Cherry-pick the following commits from master: 2014-01-22 13:22:13 +04:00
test-requirements.txt Update requirements to stable/havana. 2013-12-12 20:34:21 +04:00
tox.ini Move installation to pbr 2013-09-03 13:25:37 +04:00

README.rst

Murano Dashboard README ===================== Dashboard is a conponent that provides Web UI to Murano Project.

INSTALL FROM SOURCE

Please, use setup.sh script with root user privileges for install/uninstall of the software.

SEE ALSO