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
This commit is contained in:
Jesse Pretorius 2016-10-03 13:38:45 +01:00 committed by Jesse Pretorius (odyssey4me)
parent be678ea6be
commit dbef98195c

View File

@ -14,7 +14,6 @@
# limitations under the License. # limitations under the License.
- include: nova_install_apt.yml - include: nova_install_apt.yml
static: no
when: ansible_pkg_mgr == 'apt' when: ansible_pkg_mgr == 'apt'
- name: Create developer mode constraint file - name: Create developer mode constraint file