diff --git a/src/murano-manual/src/docbkx/murano-manual.xml b/src/murano-manual/src/docbkx/murano-manual.xml index e48eccf..6fea416 100644 --- a/src/murano-manual/src/docbkx/murano-manual.xml +++ b/src/murano-manual/src/docbkx/murano-manual.xml @@ -1168,7 +1168,9 @@ http://docbook.org/ns/docbook "
Configure Environment / Open session - During this call new working session is created, and session ID should be sent in header (X-Configuration-Session) to all next API calls. + During this call new working session is created, and session ID should be sent in header + (X-Configuration-Session) to all next API calls. +
Call @@ -1214,7 +1216,9 @@ http://docbook.org/ns/docbook " 403 - Could not open session for environment, environment has deploying status + Could not open session for environment, environment has deploying + status + @@ -2394,6 +2398,33 @@ user@work:~/cd murano-conductor && conductor --config-file=./murano/conductor/et
Murano Dashboard Murano Dashboard is a project that provides Web UI to Murano Project. +
+ Dependencies + + + + Horizon + + + NodeJs + + + python-muranoclient + + + First two dependencies is already satisfied if you install Murano Dashboard on machine with + OpenStack + Horizon installed. Otherwise, please run: + + + + + Also, this two packages (horizon and python-muranoclient) can be installed to venv. +
Install