Only restart Apache and memcache services

Enabling the Apache and memcache services is already done in
keystone-install, so no need to enable these services again
in horizon-install.

Closes-Bug: #1519281
Closes-Bug: #1521145
Backport: Liberty

Change-Id: I0312c9099c04fe0dcf54249ad9c87be85bf58124
This commit is contained in:
SaiKiran 2015-11-25 18:09:32 +05:30 committed by Matthew Kassawara
parent e605726afd
commit ccd79aaf1b
1 changed files with 2 additions and 6 deletions

View File

@ -250,12 +250,10 @@ Finalize installation
.. only:: obs
* Start the web server and session storage service and configure
them to start when the system boots:
* Restart the web server and session storage service:
.. code-block:: console
# systemctl enable apache2.service memcached.service
# systemctl restart apache2.service memcached.service
.. note::
@ -265,12 +263,10 @@ Finalize installation
.. only:: rdo
* Start the web server and session storage service and configure
them to start when the system boots:
* Restart the web server and session storage service:
.. code-block:: console
# systemctl enable httpd.service memcached.service
# systemctl restart httpd.service memcached.service
.. note::