Files
Rodolfo Alonso Hernandez 5f0a9a10f6 Remove the Windows OS libraries
Windows OS was deprecated in 2023.2 and removed in this release
(2024.2), as documented in [1].

[1]https://review.opendev.org/c/openstack/neutron/+/880980

Related-Bug: #2015844
Change-Id: I502fd3ee76f70ced3579f9d3e40853723fe473f8
2024-03-27 07:20:20 +00:00

25 lines
853 B
Python

# Copyright 2016 Cloudbase Solutions.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from neutron.agent.linux import ip_lib
from neutron.conf.agent import linux
OPTS = linux.IP_LIB_OPTS_LINUX
IPWrapper = ip_lib.IPWrapper
IPDevice = ip_lib.IPDevice
add_namespace_to_cmd = ip_lib.add_namespace_to_cmd