Merge "Fix ident + add firewall port enable command"

This commit is contained in:
Jenkins
2013-10-01 15:39:45 +00:00
committed by Gerrit Code Review

View File

@@ -594,7 +594,7 @@ sudo su -
</listitem> </listitem>
<listitem> <listitem>
<para>If there is no openstack dashboard package in your environment install it now with all dependencies. <para>If there is no openstack dashboard package in your environment install it now with all dependencies.
Deleting an Ubuntu theme is an optional step but recommended.</para> Deleting an Ubuntu theme is an optional step but recommended. In Centos open up the firewall ports for HTTP.</para>
<note> <note>
<para> <para>
Horizon installed by devstack is not capable for a murano installation. Horizon installed by devstack is not capable for a murano installation.
@@ -613,7 +613,10 @@ dpkg --purge openstack-dashboard-ubuntu-theme
<programlisting> <programlisting>
yum install make gcc memcached python-memcached \ yum install make gcc memcached python-memcached \
mod_wsgi openstack-dashboard python-netaddr.noarch mod_wsgi openstack-dashboard python-netaddr.noarch
</programlisting> #> lokkit -p http:tcp
#> lokkit -p https:tcp
</programlisting>
</listitem> </listitem>
<listitem> <listitem>
<para>Clone Murano Dashboard repository from the github:</para> <para>Clone Murano Dashboard repository from the github:</para>
@@ -686,7 +689,7 @@ sh setup-centos.sh install
<para> <para>
<emphasis>CentOS</emphasis> <emphasis>CentOS</emphasis>
<programlisting> <programlisting>
# service httpd restart # service httpd restart
</programlisting> </programlisting>
</para> </para>
</listitem> </listitem>