From 1f52fe23d2faedfa0186dea16cc12c4ae1024617 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 18 Jan 2024 01:56:28 +0000 Subject: automatic import of openstack-cinder --- cinder_pyparsing.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cinder_pyparsing.patch (limited to 'cinder_pyparsing.patch') diff --git a/cinder_pyparsing.patch b/cinder_pyparsing.patch new file mode 100644 index 0000000..0cd691f --- /dev/null +++ b/cinder_pyparsing.patch @@ -0,0 +1,13 @@ +diff --git a/cinder/scheduler/evaluator/evaluator.py b/cinder/scheduler/evaluator/evaluator.py +index 435c5b1..ea92795 100644 +--- a/cinder/scheduler/evaluator/evaluator.py ++++ b/cinder/scheduler/evaluator/evaluator.py +@@ -236,7 +236,7 @@ def _def_parser(): + + oneOf = pyparsing.oneOf + opAssoc = pyparsing.opAssoc +- operatorPrecedence = pyparsing.operatorPrecedence ++ operatorPrecedence = pyparsing.infixNotation + Word = pyparsing.Word + + integer = Word(nums) -- cgit v1.2.3