We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfeb868 commit 4bbe5e5Copy full SHA for 4bbe5e5
setup-networkmanager.sh
@@ -41,7 +41,7 @@ $DIRNAME/setup-network-plugin.sh
41
# This is a nasty bug in oslo_service; see
42
# https://review.openstack.org/#/c/256267/
43
#
44
-if [ $OSVERSION -ge $OSKILO ]; then
+if [ $OSVERSION -ge $OSKILO -a $OSVERSION -lt $OSNEWTON ]; then
45
maybe_install_packages ${PYPKGPREFIX}-oslo.service
46
patch -d / -p0 < $DIRNAME/etc/oslo_service-liberty-sig-MAINLOOP.patch
47
fi
0 commit comments