diff --git a/tasks/neutron_post_install.yml b/tasks/neutron_post_install.yml index eafef3bb..71328205 100644 --- a/tasks/neutron_post_install.yml +++ b/tasks/neutron_post_install.yml @@ -175,16 +175,3 @@ - Restart neutron services when: - "'bgpvpn' in neutron_plugin_base" - -# NOTE: Remove this in S -# This option has been removed with the implementation of networkd within the -# host and container. Additionally the execution of this script is now -# controlled by a systemd oneshot service so the legacy configs are no longer -# needed. -- name: Remove checksum fix scripts - file: - path: "{{ item }}" - state: absent - with_items: - - "{{ neutron_checksum_script }}" - - "/usr/local/bin/post-up-metadata-checksum" diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index c6b1f341..2ceace2c 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -13,13 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NOTE: Remove this in S -# This option has been removed with the implementation of networkd within the -# host and container. Additionally the execution of this script is now -# controlled by a systemd oneshot service so the legacy configs are no longer -# needed. -neutron_checksum_script: /etc/sysconfig/network-scripts/ifup-post-metadata-checksum - neutron_ovs_distro_packages: - openvswitch diff --git a/vars/suse.yml b/vars/suse.yml index b7ef8ddd..b6f1244a 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -14,13 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NOTE: Remove this in S -# This option has been removed with the implementation of networkd within the -# host and container. Additionally the execution of this script is now -# controlled by a systemd oneshot service so the legacy configs are no longer -# needed. -neutron_checksum_script: /etc/sysconfig/network/scripts/ifup-post-metadata-checksum - neutron_ovs_distro_packages: - openvswitch diff --git a/vars/ubuntu.yml b/vars/ubuntu.yml index 4405f060..0821eb1f 100644 --- a/vars/ubuntu.yml +++ b/vars/ubuntu.yml @@ -13,13 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NOTE: Remove this in S -# This option has been removed with the implementation of networkd within the -# host and container. Additionally the execution of this script is now -# controlled by a systemd oneshot service so the legacy configs are no longer -# needed. -neutron_checksum_script: /etc/network/if-up.d/post-up-metadata-checksum - neutron_ovs_distro_packages: - openvswitch-common - openvswitch-switch