neutron/neutron/extensions/availability_zone_filter.py
elajkat e009ba0f62 Remove left over code for availability_zone_filter
The extension in neutron-lib was released in 1.17.0 so it is time to
use the extension from neutron-lib.

Change-Id: Ia414c4c6870897ac6f3dfdc8e33c355eba7f34ff
Related-Bug: #1733362
2020-11-18 19:27:24 +01:00

19 lines
784 B
Python

# 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 availability_zone_filter as apidef
from neutron_lib.api import extensions
class Availability_zone_filter(extensions.APIExtensionDescriptor):
api_definition = apidef