From 7b5bba81e957c4107c02f71b0d41b0a3f035385f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 18 Nov 2013 14:04:46 -0500 Subject: initscrtips: make initscripts chkconfig and service safe To support the execution of the chkconfig and service scripts, we need to ensure a consistent header on the initscripts, and a consistent environment that allows scratch files to be written. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-keystone/keystone | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-keystone') diff --git a/meta-openstack/recipes-devtools/python/python-keystone/keystone b/meta-openstack/recipes-devtools/python/python-keystone/keystone index bdcfcc7..a5529df 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone/keystone +++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone @@ -2,7 +2,12 @@ ### BEGIN INIT INFO # Provides: keystone -# Short-Description: OpenStack Identity Service +# Required-Start: $remote_fs $network $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 3 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Keystone Server +# Description: OpenStack identity Service (code-named keystone) ### END INIT INFO DESC="keystone" -- cgit v1.2.3-54-g00ecf