Fix the path of memcached config file

On CentOS, the correct location of memcached is
/etc/sysconfig/memcached (without .conf).

Closes-bug: #1265403
Change-Id: Idaac8920c1954d917fe533031fb0ff2416d5b339
This commit is contained in:
Gustavo Franklin Nobrega
2014-01-01 23:43:41 -02:00
parent a9f98d343d
commit a9737d0fe1

View File

@@ -65,7 +65,7 @@
to match the ones set in <filename os="ubuntu;debian"
>/etc/memcached.conf</filename><filename
os="centos;fedora;rhel;opensuse;sles"
>/etc/sysconfig/memcached.conf</filename>.</para>
>/etc/sysconfig/memcached</filename>.</para>
<para>Open <filename os="ubuntu;debian"
>/etc/openstack-dashboard/local_settings.py</filename>
<filename os="centos;fedora;rhel"