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:
parent
be678ea6be
commit
dbef98195c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user