From 6b1425984e33b97d007c30ef413af84959797fdc Mon Sep 17 00:00:00 2001 From: Mikhail Date: Fri, 24 Mar 2017 18:41:12 +0400 Subject: [PATCH] Fix command for waiting completion connections Change-Id: I5c335fe18ca0db54f423678020a869d1d2d18aaf --- service/keystone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/keystone.yaml b/service/keystone.yaml index 15e3ad8..1820e0e 100644 --- a/service/keystone.yaml +++ b/service/keystone.yaml @@ -27,7 +27,7 @@ service: lifecycle: preStop: exec: - command: ["apachectl", "-k", "graceful-stop"] + command: ["apachectl", "-k", "graceful"] pre: - name: chown-logs-dir command: "sudo /bin/chown keystone:keystone /var/log/ccp/keystone"