[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
This commit is contained in:
chenxing 2017-03-01 11:49:48 +08:00
parent a72607a976
commit 05f20521ec

View File

@ -466,7 +466,7 @@ Finalize installation
.. code-block:: console
# service cinder-scheduler restart
# service cinder-api restart
# service apache2 restart
.. end