summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-18 14:04:46 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:38 -0500
commit7b5bba81e957c4107c02f71b0d41b0a3f035385f (patch)
tree0b60ae162a92ce78b2df2b8789131af9444cf5ce /meta-openstack/recipes-devtools/python/python-keystone
parentb2cf21f9bacceace8abe3f80256e3a9cd141c5ae (diff)
downloadmeta-cloud-services-7b5bba81e957c4107c02f71b0d41b0a3f035385f.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/keystone7
1 files changed, 6 insertions, 1 deletions
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 @@
2 2
3### BEGIN INIT INFO 3### BEGIN INIT INFO
4# Provides: keystone 4# Provides: keystone
5# Short-Description: OpenStack Identity Service 5# Required-Start: $remote_fs $network $syslog
6# Required-Stop: $remote_fs $syslog
7# Default-Start: 3 5
8# Default-Stop: 0 1 2 6
9# Short-Description: Keystone Server
10# Description: OpenStack identity Service (code-named keystone)
6### END INIT INFO 11### END INIT INFO
7 12
8DESC="keystone" 13DESC="keystone"