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
This commit is contained in:
parent
8012312d68
commit
0c518f1b58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user