Add remarks in venv installation
Change-Id: Ic547ab01fe1de4029c45b664bfb4d1be17315ff3
This commit is contained in:
@@ -84,10 +84,9 @@ http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd"
|
|||||||
<para>libffi-devel</para>
|
<para>libffi-devel</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
<para>
|
<note>
|
||||||
All these packages will be installed in murano-installation scripts. In addition to these packages some repositories are required.
|
<para>Before installing any packages make sure that your system is updated and upgraded.</para>
|
||||||
Please follow the instructions in the appendix to admin guide to prepare your environment for murano installation.
|
</note>
|
||||||
</para>
|
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="venv">
|
<section xml:id="venv">
|
||||||
<title>Installing with virtual environment</title>
|
<title>Installing with virtual environment</title>
|
||||||
@@ -195,7 +194,19 @@ $ python murano-dashboard/tools/install_venv.py
|
|||||||
<para>
|
<para>
|
||||||
Config files for the development infrastructure of murano-api and murano-conductor can be found at <filename>etc</filename>
|
Config files for the development infrastructure of murano-api and murano-conductor can be found at <filename>etc</filename>
|
||||||
under folder with component repository. In murano-api and murano-conductor config file (located under ./etc directory)
|
under folder with component repository. In murano-api and murano-conductor config file (located under ./etc directory)
|
||||||
just point out IP address where your RabbitMQ is running. All other possible configuration described in the Murano Admin Guide.
|
just point out IP address where your RabbitMQ is running.
|
||||||
|
For a murano-conductor local development comment data_dir parameter in <filename>./etc/config.conf</filename>:
|
||||||
|
<programlisting>
|
||||||
|
# Directory where conductor's data directory located.
|
||||||
|
# "data" must be subdirectory to this.
|
||||||
|
# data_dir = /etc/murano-conductor
|
||||||
|
</programlisting>
|
||||||
|
After that local <filename>data</filename> directory, which contain all necessary files will be used.
|
||||||
|
All other possible configuration described in the Murano Admin Guide.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
To configure Murano Dashboard copy
|
To configure Murano Dashboard copy
|
||||||
<programlisting>
|
<programlisting>
|
||||||
# cp muranodashboard/local/local_settings.py.example muranodashboard/local/local_settings.py
|
# cp muranodashboard/local/local_settings.py.example muranodashboard/local/local_settings.py
|
||||||
|
@@ -52,7 +52,7 @@
|
|||||||
<para>this prevents message stealing from queues</para>
|
<para>this prevents message stealing from queues</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>this simplify debugging</para>
|
<para>this simplifies debugging</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user