From 0c518f1b58ed8c5ccbe8b95fa6e32f539740885b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 30 Sep 2016 18:51:01 +0100 Subject: [PATCH] Remove dynamic inclusion from inventory-based service setup As the service setup for upstart/systemd makes use of the inventory, the dynamic inclusion being forced causes unpredictable behaviour. This patch removed the forced dynamic inclusion. Change-Id: I44d873501eeb387fc3a759bd5e40dd94554c4c09 --- tasks/cinder_init_common.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/cinder_init_common.yml b/tasks/cinder_init_common.yml index 2d3077bb..dab8f588 100644 --- a/tasks/cinder_init_common.yml +++ b/tasks/cinder_init_common.yml @@ -15,11 +15,9 @@ # limitations under the License. - include: cinder_init_upstart.yml - static: no when: pid1_name == "init" - include: cinder_init_systemd.yml - static: no when: pid1_name == "systemd" - name: Load service