5 Commits

Author SHA1 Message Date
Kailun Qin
8a427f5209 Add NETWORK_SEGMENT_RANGE plugin constant
Define a NETWORK_SEGMENT_RANGE constant so that it can be used elsewhere
related to the ``network_segment_range`` service plugin.

Co-authored-by: Allain Legacy <Allain.legacy@windriver.com>

Partially-implements: blueprint network-segment-range-management
Change-Id: I31581e98ce57906ec62ad933f5d37a772c33e846
2019-02-26 01:22:56 +08:00
Hongbin Lu
95e72ea717 Add the floatingip pools extension
Neutron patch: https://review.openstack.org/#/c/555088/

Change-Id: I7bcd5350b7648008182fa509bb4c93a7c6cf5fca
Related-Bug: #1653932
2018-06-08 18:10:07 +00:00
reedip
0de474f396 Introduce API definition of Floating IP Port Forwarding
This patch introduces the port forwarding API definition which extends
the current Floating IP API.

This patch partially implements the following spec:
https://specs.openstack.org/openstack/neutron-specs/specs/rocky/port-forwarding.html

Change-Id: I86adb014c5c9b55b00085849c3ebdd38adfed85b
Co-Authored-By: zhaobo <zhaobo6@huawei.com>
Partial-Bug: #1491317
2018-05-02 07:40:15 +00:00
Boden R
5f3c2cab8f sync plugin common constants
Commit Iace31506502de25da9dce5fcfdbfe2c726bea27f added a new common
plugin constant. This patch syncs it into lib.

Change-Id: I208c976c3e7e43e27e1907ed196af8efccd73f22
2017-09-21 09:45:53 -06:00
Boden R
1331fb2083 rehome plugin common constants
This patch rehomes a bulk of constants from
neutron.plugins.common.constants as they are used
by a number of our sub-projects [1].

Notable differences include:
- Service operation status constants are not defined in the
plugin constants as they are already available in
neutron_lib.constants.
- The DEFAULT_SERVICE_PLUGINS is not included. This one
appears to be neutron specific and should likely be made
private in neutron.
- The EXT_TO_SERVICE_MAPPING dict is not included. We'll
push this in a separate change so we can discuss in greater
detail.

A release note is also included.

[1] http://codesearch.openstack.org/?q=from%20neutron
%5C.plugins%5C.common%20import%20constants

Change-Id: I6e86d737064f97d82e36a4e82a9f2a22fd38febe
2017-03-31 06:18:20 -06:00