From 93447ec93e9edd7aa2fbadd8c181ba22145fc1c9 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Thu, 13 Apr 2023 07:41:02 +0000 Subject: [PATCH] Fix install script error --- neutron-enable-bridge-firewall.sh | 4 ---- openstack-neutron.spec | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/neutron-enable-bridge-firewall.sh b/neutron-enable-bridge-firewall.sh index ae7a141..54fb89c 100755 --- a/neutron-enable-bridge-firewall.sh +++ b/neutron-enable-bridge-firewall.sh @@ -13,7 +13,3 @@ # an older kernel version) /usr/sbin/modprobe br_netfilter 2>> /dev/null || : -# now enable the firewall in case it's disabled (f.e. rhel 7.2 and earlier) -for proto in ip ip6; do - /usr/sbin/sysctl -w net.bridge.bridge-nf-call-${proto}tables=1 -done diff --git a/openstack-neutron.spec b/openstack-neutron.spec index 7d60816..a6c3615 100644 --- a/openstack-neutron.spec +++ b/openstack-neutron.spec @@ -18,7 +18,7 @@ capabilities (e.g., QoS, ACLs, network monitoring, etc.) Name: openstack-%{service} Version: 15.3.4 -Release: 3 +Release: 4 Summary: OpenStack Networking Service License: ASL 2.0 @@ -770,6 +770,8 @@ fi %dir %{_sysconfdir}/%{service}/conf.d/%{service}-sriov-nic-agent %changelog +* Thu Apr 13 2023 wangxiyuan 15.3.4-4 +- Fix install script error * Sat Oct 8 2022 binshuozu - 15.3.4-3 - Migrate to openstack-macros to create user & group * Tue Nov 23 2021 zhangy1317 - 15.3.4-2 -- Gitee