neutron/neutron/extensions/ip_substring_port_filtering.py
Hongbin Lu 6fa5c78bd5 Use ip_substring_port_filtering from neutron-lib
The module neutron/extensions/ip_substring_port_filtering_lib is
a temporary work-around and should be deleted once it is
available on neutron-lib.

NeutronLibImpact

Change-Id: I01e380a9e44a31205e37c425a2b4795e3a191d9e
2018-02-13 22:47:15 +00:00

23 lines
926 B
Python

# Copyright (c) 2017 Huawei Technology, Inc. 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_lib.api.definitions import ip_substring_port_filtering as apidef
from neutron_lib.api import extensions
class Ip_substring_port_filtering(extensions.APIExtensionDescriptor):
"""Extension class supporting IP substring port filtering."""
api_definition = apidef