Fixed bug with incorrect tags
Change-Id: I7daeec2063f5b36c2e27b3f9e7db8c353f36e2c8
This commit is contained in:
@@ -278,25 +278,27 @@ keystone endpoint-create
|
|||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Run</title>
|
<title>Run</title>
|
||||||
<listitem>
|
<itemizedlist>
|
||||||
<para>Run Murano API service:</para>
|
<listitem>
|
||||||
<para>
|
<para>Run Murano API service:</para>
|
||||||
<emphasis>Ubuntu Linux 12.04 / 12.10</emphasis>
|
<para>
|
||||||
</para>
|
<emphasis>Ubuntu Linux 12.04 / 12.10</emphasis>
|
||||||
<programlisting>
|
</para>
|
||||||
<![CDATA[
|
<programlisting>
|
||||||
|
<![CDATA[
|
||||||
service murano-api start
|
service murano-api start
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
<emphasis>CentOS 6.x</emphasis>
|
<emphasis>CentOS 6.x</emphasis>
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
initctl start murano-api
|
initctl start murano-api
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
@@ -478,25 +480,27 @@ virtual_host = muranovhost
|
|||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Run</title>
|
<title>Run</title>
|
||||||
<listitem>
|
<itemizedlist>
|
||||||
<para>Run Murano Conductor service:</para>
|
<listitem>
|
||||||
<para>
|
<para>Run Murano Conductor service:</para>
|
||||||
<emphasis>Ubuntu Linux 12.04 / 12.10</emphasis>
|
<para>
|
||||||
</para>
|
<emphasis>Ubuntu Linux 12.04 / 12.10</emphasis>
|
||||||
<programlisting>
|
</para>
|
||||||
<![CDATA[
|
<programlisting>
|
||||||
|
<![CDATA[
|
||||||
service murano-conductor start
|
service murano-conductor start
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
<emphasis>CentOS 6.x</emphasis>
|
<emphasis>CentOS 6.x</emphasis>
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
initctl start murano-conductor
|
initctl start murano-conductor
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|||||||
Reference in New Issue
Block a user