Fix ident + add firewall port enable command

Change-Id: Ieb771b0331ba03f3af1c834b9aeece770d7dab2a
This commit is contained in:
Ekaterina Fedorova 2013-10-01 19:21:18 +04:00
parent fe97f0d0b3
commit 8ad111e0fe
1 changed files with 6 additions and 3 deletions

View File

@ -594,7 +594,7 @@ sudo su -
</listitem>
<listitem>
<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>
<para>
Horizon installed by devstack is not capable for a murano installation.
@ -613,7 +613,10 @@ dpkg --purge openstack-dashboard-ubuntu-theme
<programlisting>
yum install make gcc memcached python-memcached \
mod_wsgi openstack-dashboard python-netaddr.noarch
</programlisting>
#> lokkit -p http:tcp
#> lokkit -p https:tcp
</programlisting>
</listitem>
<listitem>
<para>Clone Murano Dashboard repository from the github:</para>
@ -686,7 +689,7 @@ sh setup-centos.sh install
<para>
<emphasis>CentOS</emphasis>
<programlisting>
# service httpd restart
# service httpd restart
</programlisting>
</para>
</listitem>