Merge "Use common eventlet helper from neutron"

This commit is contained in:
Zuul 2024-11-21 19:41:24 +00:00 committed by Gerrit Code Review
commit c7951ae90c

View File

@ -10,7 +10,5 @@
# License for the specific language governing permissions and limitations
# under the License.
import eventlet
eventlet.monkey_patch()
from neutron.common import eventlet_utils
eventlet_utils.monkey_patch()