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:
parent
e605726afd
commit
ccd79aaf1b
@ -250,12 +250,10 @@ Finalize installation
|
|||||||
|
|
||||||
.. only:: obs
|
.. only:: obs
|
||||||
|
|
||||||
* Start the web server and session storage service and configure
|
* Restart the web server and session storage service:
|
||||||
them to start when the system boots:
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# systemctl enable apache2.service memcached.service
|
|
||||||
# systemctl restart apache2.service memcached.service
|
# systemctl restart apache2.service memcached.service
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
@ -265,12 +263,10 @@ Finalize installation
|
|||||||
|
|
||||||
.. only:: rdo
|
.. only:: rdo
|
||||||
|
|
||||||
* Start the web server and session storage service and configure
|
* Restart the web server and session storage service:
|
||||||
them to start when the system boots:
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# systemctl enable httpd.service memcached.service
|
|
||||||
# systemctl restart httpd.service memcached.service
|
# systemctl restart httpd.service memcached.service
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
Reference in New Issue
Block a user