Fix command for waiting completion connections

Change-Id: I5c335fe18ca0db54f423678020a869d1d2d18aaf
This commit is contained in:
Mikhail 2017-03-24 18:41:12 +04:00
parent 972f335ff1
commit 6b1425984e
1 changed files with 1 additions and 1 deletions

View File

@ -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"