Updated Installation Guide
Added Dependencies section to Murano Dashboard installation guide Change-Id: I333faad5bf393db8e0c44a92dde21a2844c038b3
This commit is contained in:
@@ -1168,7 +1168,9 @@ http://docbook.org/ns/docbook "
|
|||||||
</table>
|
</table>
|
||||||
<section>
|
<section>
|
||||||
<title>Configure Environment / Open session</title>
|
<title>Configure Environment / Open session</title>
|
||||||
<para>During this call new working session is created, and session ID should be sent in header (X-Configuration-Session) to all next API calls.</para>
|
<para>During this call new working session is created, and session ID should be sent in header
|
||||||
|
(X-Configuration-Session) to all next API calls.
|
||||||
|
</para>
|
||||||
<section>
|
<section>
|
||||||
<title>Call</title>
|
<title>Call</title>
|
||||||
<table frame='all'>
|
<table frame='all'>
|
||||||
@@ -1214,7 +1216,9 @@ http://docbook.org/ns/docbook "
|
|||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry>403</entry>
|
<entry>403</entry>
|
||||||
<entry>Could not open session for environment, environment has deploying status</entry>
|
<entry>Could not open session for environment, environment has deploying
|
||||||
|
status
|
||||||
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
@@ -2394,6 +2398,33 @@ user@work:~/cd murano-conductor && conductor --config-file=./murano/conductor/et
|
|||||||
<section>
|
<section>
|
||||||
<title>Murano Dashboard</title>
|
<title>Murano Dashboard</title>
|
||||||
<para>Murano Dashboard is a project that provides Web UI to Murano Project.</para>
|
<para>Murano Dashboard is a project that provides Web UI to Murano Project.</para>
|
||||||
|
<section>
|
||||||
|
<title>Dependencies</title>
|
||||||
|
<para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Horizon</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>NodeJs</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>python-muranoclient</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
First two dependencies is already satisfied if you install Murano Dashboard on machine with
|
||||||
|
OpenStack
|
||||||
|
Horizon installed. Otherwise, please run:
|
||||||
|
<programlisting>
|
||||||
|
<![CDATA[
|
||||||
|
user@work:~/$ sudo apt-get install nodejs
|
||||||
|
user@work:~/$ sudo pip install http://tarballs.openstack.org/horizon/horizon-master.tar.gz
|
||||||
|
user@work:~/$ sudo pip install http://tarballs.openstack.org/python-muranoclient/python-muranoclient-master.tar.gz
|
||||||
|
]]>
|
||||||
|
</programlisting>
|
||||||
|
</para>
|
||||||
|
<para>Also, this two packages (horizon and python-muranoclient) can be installed to venv.</para>
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Install</title>
|
<title>Install</title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
Reference in New Issue
Block a user