[dashboard_sessions.rst]remove distro-specific command

remove the dashboard_sessions.rst distro-specific command

Change-Id: I698fcec6b6d03f4c74355310422feff3a2e09852
Partial-Bug: #1503139
This commit is contained in:
zhu.rong 2015-09-29 15:12:33 +08:00
parent 689ae8ef4a
commit 838f6a3be1
4 changed files with 4 additions and 54 deletions

View File

@ -159,20 +159,7 @@ far beyond the scope of this documentation.
# mkdir -p /var/lib/dash/.blackhole
#. Restart and refresh Apache:
On Ubuntu::
# /etc/init.d/apache2 restart
On Fedora/RHEL/CentOS::
# service httpd restart
# service apache2 restart
On openSUSE::
# systemctl restart apache2.service
#. Restart the Apache service.
#. On Ubuntu, restart the nova-api service to ensure that the API server
can connect to the Dashboard without error::

View File

@ -99,25 +99,7 @@ Logo and site colors
<link href='{{ STATIC_URL }}dashboard/css/{% choose_css %}' media='screen' rel='stylesheet' />
<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' rel='stylesheet' />
#. Restart Apache:
On Ubuntu:
.. code-block:: console
# service apache2 restart
On Fedora, RHEL, CentOS:
.. code-block:: console
# service httpd restart
On openSUSE:
.. code-block:: console
# service apache2 restart
#. Restart the Apache service.
#. To view your changes reload your dashboard. If necessary go back
and modify your CSS file as appropriate.

View File

@ -139,16 +139,7 @@ text-decoration: none;
...</programlisting>
</step>
<step>
<title>Restart Apache:</title>
<para>On Ubuntu:
<screen><prompt>#</prompt> <userinput>service apache2 restart</userinput></screen>
</para>
<para>On Fedora, RHEL, CentOS:
<screen><prompt>#</prompt> <userinput>service httpd restart</userinput></screen>
</para>
<para>On openSUSE:
<screen><prompt>#</prompt> <userinput>service apache2 restart</userinput></screen>
</para>
<para>Restart the Apache service.</para>
</step>
<step>
<para>To view your changes simply reload your dashboard. If necessary go back and modify your CSS file as appropriate.</para>

View File

@ -177,17 +177,7 @@ No fixtures found.</computeroutput></screen>
<screen><prompt>#</prompt> <userinput>mkdir -p /var/lib/dash/.blackhole</userinput></screen>
</step>
<step>
<title>Restart and refresh Apache</title>
<para>On Ubuntu:
<screen><prompt>#</prompt> <userinput>/etc/init.d/apache2 restart</userinput></screen>
</para>
<para>On Fedora/RHEL/CentOS:
<screen><prompt>#</prompt> <userinput>service httpd restart</userinput></screen>
<screen><prompt>#</prompt> <userinput>service apache2 restart</userinput></screen>
</para>
<para>On openSUSE:
<screen><prompt>#</prompt> <userinput>systemctl restart apache2.service</userinput></screen>
</para>
<para>Restart the Apache service.</para>
</step>
<step>
<para>On Ubuntu, restart the <systemitem class="service">nova-api</systemitem> service to ensure that the