0f4a5e2170
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
10 lines
450 B
YAML
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.
|