From dbef98195c903065515336c90fa89edaec484e0a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 3 Oct 2016 13:38:45 +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: I9f097457ffa61357541351974ed6ebda77ca48b4 --- tasks/nova_install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/nova_install.yml b/tasks/nova_install.yml index b0a7969f..5e5ffda3 100644 --- a/tasks/nova_install.yml +++ b/tasks/nova_install.yml @@ -14,7 +14,6 @@ # limitations under the License. - include: nova_install_apt.yml - static: no when: ansible_pkg_mgr == 'apt' - name: Create developer mode constraint file