From 474abafd753dd80efc324ab7631c8ef3b7c4d67a Mon Sep 17 00:00:00 2001 From: dommgifer Date: Tue, 20 Mar 2018 17:51:25 +0800 Subject: [PATCH] Change restart the services command Remove service restart command for openstack-barbican-api. Add service restart command for barbican-keystone-listener , barbican-worker and apache2. Change-Id: I7cd12f6dc8102f1cdde135abc44013f521cc41c6 Close-bug: #1750965 --- doc/source/install/install-ubuntu.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index df5f80a8f..739271c6a 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -28,4 +28,6 @@ Restart the Key Manager services: .. code-block:: console - # service openstack-barbican-api restart + # service barbican-keystone-listener restart + # service barbican-worker restart + # service apache2 restart