octavia/releasenotes/notes/vip-port-project-id-bbb26b657b08365e.yaml
German Eichberger 0f4a5e2170 Adds the user's project id to the VIP port creation
This brings Octavia in line with what n-lbaas does for VIP port and
allows a user to attach a FIP to the VIP port generated by Octavia.

Change-Id: Ib7e6374cad49a16a733dacb2ea1ca096d8c4e6e4
2017-11-29 10:46:13 -08:00

10 lines
450 B
YAML

---
fixes:
- |
Neutron LBaaS was assigning the VIP port it created the user's project-id,
thus allowing the user to attach Floating-IPs to the VIP port. Octavia,
on the other hand, was assigning the Octavia project-id to the port, making
it impossible for the user to attach a Floating IP. This patch brings
Octavia's behavior in line with Neutron LBaaS and assigns the user's
project-id to the VIP port created by Octavia.