neutron/neutron/extensions/expose_port_forwarding_in_fip.py
ZhaoBo d00a1558a5 [server side] Expose port forwardings in FIP API
This patch introduces a new API extension named 'extend-fip-port-forwarding'
for exposing 'port_forwardings' field in floatingip responses.

Partially-Implements: blueprint port-forwarding
Change-Id: I9016abb6eb650c86c570a0ee78ee12361f4632e4
Partial-Bug: #1491317
2018-07-27 17:25:10 +08:00

20 lines
769 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 expose_port_forwarding_in_fip as apiref
from neutron_lib.api import extensions
class Expose_port_forwarding_in_fip(extensions.APIExtensionDescriptor):
api_definition = apiref