Remove legacy network scripts cleanup task

Change-Id: I9567a0319a4763ad3e37e4a8704751d7dfbf8b29
This commit is contained in:
Jonathan Rosser 2022-02-02 03:54:30 -05:00
parent c844e21a6e
commit 0c99f74c03
1 changed files with 0 additions and 7 deletions

View File

@ -48,13 +48,6 @@
- lxc-bridge
- lxc-interfaces
# NOTE(cloudnull): This task cleans up an old post up script that is no longer
# used. Remove this task in "R".
- name: Remove old post up script
file:
path: "/etc/sysconfig/network-scripts/ifup-post-{{ lxc_net_bridge }}"
state: "absent"
# NOTE(mhayden): There are ifup hooks that handle the customized LXC container
# networking. Starting lxc-net will trample over these hooks and cause
# networking issues for containers.