From 05f20521ec047f50d679eb13d40a807d076f045f Mon Sep 17 00:00:00 2001 From: chenxing Date: Wed, 1 Mar 2017 11:49:48 +0800 Subject: [PATCH] [install] Fix the incorrect way to restart cinder-api service cinder-api has been moved to run under apache/wsgi in Ocata. To restart it should restart apache now. Change-Id: Id3f3fa60db866d8c7a696f549c00b082b018e7a9 Closes-Bug: #1668814 --- doc/install-guide/source/cinder-controller-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/source/cinder-controller-install.rst b/doc/install-guide/source/cinder-controller-install.rst index 9b6e565b14..64ab346c02 100644 --- a/doc/install-guide/source/cinder-controller-install.rst +++ b/doc/install-guide/source/cinder-controller-install.rst @@ -466,7 +466,7 @@ Finalize installation .. code-block:: console # service cinder-scheduler restart - # service cinder-api restart + # service apache2 restart .. end