Merge "Adds PORT_FORWARDING_FLOATINGIP_KEY"

This commit is contained in:
Zuul 2019-03-28 23:08:30 +00:00 committed by Gerrit Code Review
commit 2aea2643c0
2 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,7 @@ ROUTER_INTERFACE_OWNERS_SNAT = (DEVICE_OWNER_ROUTER_INTF,
DEVICE_ID_RESERVED_DHCP_PORT = 'reserved_dhcp_port'
FLOATINGIP_KEY = '_floatingips'
PORT_FORWARDING_FLOATINGIP_KEY = '_pf_floatingips'
INTERFACE_KEY = '_interfaces'
HA_INTERFACE_KEY = '_ha_interface'

View File

@ -0,0 +1,4 @@
---
other:
- |
Add new ``PORT_FORWARDING_FLOATINGIP_KEY`` constant.