Skip to content

Commit 4bbe5e5

Browse files
committed
Catch some very old, unnecessary patch lint.
1 parent cfeb868 commit 4bbe5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-networkmanager.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $DIRNAME/setup-network-plugin.sh
4141
# This is a nasty bug in oslo_service; see
4242
# https://review.openstack.org/#/c/256267/
4343
#
44-
if [ $OSVERSION -ge $OSKILO ]; then
44+
if [ $OSVERSION -ge $OSKILO -a $OSVERSION -lt $OSNEWTON ]; then
4545
maybe_install_packages ${PYPKGPREFIX}-oslo.service
4646
patch -d / -p0 < $DIRNAME/etc/oslo_service-liberty-sig-MAINLOOP.patch
4747
fi

0 commit comments

Comments
 (0)