[install-guide] [zypper] Install memcached
* Adds memcached and python-memcached packages to install. Change-Id: Iadced15568950ee30aafd5184016a37b342c02da
This commit is contained in:
parent
d2ade3070c
commit
86c5f6fe2e
@ -72,9 +72,9 @@
|
||||
<para>Run the following command to install the packages:</para>
|
||||
<screen os="ubuntu"><prompt>#</prompt> <userinput>apt-get install keystone python-openstackclient apache2 libapache2-mod-wsgi memcached python-memcache</userinput></screen>
|
||||
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-keystone python-openstackclient memcached python-memcached</userinput></screen>
|
||||
<screen os="sles;opensuse"><prompt>#</prompt> <userinput>zypper install openstack-keystone python-openstackclient</userinput></screen>
|
||||
<screen os="sles;opensuse"><prompt>#</prompt> <userinput>zypper install openstack-keystone python-openstackclient memcached python-python-memcached</userinput></screen>
|
||||
</step>
|
||||
<step os="rhel;fedora;centos">
|
||||
<step os="rhel;fedora;centos;sles;opensuse">
|
||||
<para>Start the Memcached service and configure it to start when the
|
||||
system boots:</para>
|
||||
<screen><prompt>#</prompt> <userinput>systemctl enable memcached.service</userinput>
|
||||
|
Loading…
Reference in New Issue
Block a user