Remove task to cleanup checksum rules script

https://review.openstack.org/#/c/301037/ added a task to cleanup the
/etc/network/if-up.d/post-up-checksum-rules script.

This task is not needed post-mitaka and can be removed.

Change-Id: Ica72eb55b9d4a4a4d76d9484e900748f3e846f58
This commit is contained in:
Jimmy McCrory 2016-05-05 18:39:23 -07:00
parent 306323b6c0
commit 1e397c3cce

View File

@ -121,15 +121,6 @@
tags:
- neutron_config
#TODO(jmccrory): Remove this task prior to Newton release
- name: Remove iptables checksum fix script
file:
path: /etc/network/if-up.d/post-up-checksum-rules
state: absent
tags:
- neutron-config
- neutron-checksum-fix
- name: Setup PLUMgrid config
include: plumgrid_config.yml
when: neutron_plugin_type == 'plumgrid'