From e617d0205fc566ef70b61a75c484d78c540ef791 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Fri, 28 Feb 2014 09:11:13 -0500 Subject: Readjust the start level of openstack components Currently all the openstack components have default start level of 20. There are other services such as glusterfs, rabbbitmq, database... are also starting at the same start level. On some platform, this can cause racing condition between services which in turn causes some of openstack components not started. By adjusting the openstack components start level to higher will ensure that system services start in the determistic way. Signed-off-by: Vu Tran Signed-off-by: Bruce Ashfield --- meta-openstack/classes/default_configs.bbclass | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-openstack/classes/default_configs.bbclass (limited to 'meta-openstack/classes') diff --git a/meta-openstack/classes/default_configs.bbclass b/meta-openstack/classes/default_configs.bbclass new file mode 100644 index 0000000..2be586c --- /dev/null +++ b/meta-openstack/classes/default_configs.bbclass @@ -0,0 +1 @@ +OS_DEFAULT_INITSCRIPT_PARAMS ??= "defaults 30 10" -- cgit v1.2.3-54-g00ecf