This will fix #1065537
Change-Id: Ibbe3c95e518333e347f75afa2084e18bab6bd13c
This commit is contained in:
parent
418d3d8d58
commit
23e7c86a52
@ -437,11 +437,16 @@ nova-cert ubuntu-precise nova enabled :-) 2012-09-1
|
||||
<title>Installing and configuring Dashboard</title>
|
||||
<para>Install the
|
||||
packages.<screen><prompt>$</prompt> <userinput>sudo apt-get install openstack-dashboard memcached</userinput></screen>Disable
|
||||
the quantum endpoint, as of now in our setup we are not
|
||||
using Quantum to do so Edit
|
||||
the quantum endpoint, as of now in our setup we are not using Quantum to do so Edit
|
||||
/etc/openstack-dashboard/local_settings.py - under
|
||||
TEMPLATE_DEBUG.<programlisting>QUANTUM_ENABLED = False</programlisting>Restart
|
||||
the
|
||||
TEMPLATE_DEBUG.<programlisting>QUANTUM_ENABLED = False</programlisting></para>
|
||||
<note>
|
||||
<para>In order to change the timezone you can use either dashboard or inside
|
||||
/etc/openstack-dashboard/local_settings.py you can change below mentioned
|
||||
parameter.<programlisting>TIME_ZONE = "UTC"</programlisting>
|
||||
</para>
|
||||
</note>
|
||||
<para>Restart the
|
||||
services.<screen><prompt>$</prompt> <userinput>sudo service apache2 restart; sudo service memcached restart</userinput></screen></para>
|
||||
</section>
|
||||
<section xml:id="osfolubuntu-cinder">
|
||||
|
@ -15,9 +15,8 @@
|
||||
<listitem>
|
||||
<para><literal>QUANTUM_ENABLED</literal>: If a Network Connection (Quantum) service is
|
||||
available and configured in the Identity service catalog, set
|
||||
<literal>QUANTUM_ENABLED = True</literal>. The project is expected to become a
|
||||
core OpenStack project in the Folsom release. You can set also
|
||||
<literal>QUANTUM_ENABLED = False</literal>.</para>
|
||||
<literal>QUANTUM_ENABLED = True</literal>. Else keep it FALSE if you are not
|
||||
using Quantum.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
@ -1,9 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section xml:id="installing-openstack-dashboard"
|
||||
xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
version="5.0">
|
||||
<section xml:id="installing-openstack-dashboard" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
||||
<title>Installing the OpenStack Dashboard</title>
|
||||
<para>Here are the overall steps for creating the OpenStack dashboard.</para>
|
||||
<orderedlist>
|
||||
@ -31,8 +27,15 @@
|
||||
the ones set in <filename os="ubuntu">/etc/memcached.conf</filename><filename os="centos;fedora;rhel">/etc/sysconfig/memcached.conf</filename>.</para></note>
|
||||
<para>If you change the memcached settings, restart the Apache web
|
||||
server for the changes to take effect.</para>
|
||||
<note><para>This guide has selected memcache as a
|
||||
session store for OpenStack Dashboard. There are other options available,
|
||||
each with benefits and drawbacks. Refer to the OpenStack Dashboard Session Storage section
|
||||
for more information.</para></note>
|
||||
<note><para>This guide has selected memcache as a session store for OpenStack Dashboard. There are other
|
||||
options available, each with benefits and drawbacks. Refer to the OpenStack Dashboard
|
||||
Session Storage section for more information.</para></note>
|
||||
<para>
|
||||
<note>
|
||||
<para>In order to change the timezone you can use either dashboard or inside
|
||||
/etc/openstack-dashboard/local_settings.py you can change below mentioned
|
||||
parameter.<programlisting>TIME_ZONE = "UTC"</programlisting>
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user