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"