yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59334
[Bug 1571909] Re: Neutron-LBaaS v2: Deleting pool that has members changes state of other load balancers
** Project changed: neutron => octavia
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1571909
Title:
Neutron-LBaaS v2: Deleting pool that has members changes state of
other load balancers
Status in octavia:
Triaged
Bug description:
As an admin user, perform the following for a given tenant:
1. Create Load_Balancer_1
2. Create a Pool_1 for Load_Balancer_1.
3. Add 1 member_1 to Pool_1. (wait for Load_Balancer_1 to be Active)
4. Create Load_Balancer_2.
5. Create a Pool_2 for Load_Balancer_2.
6. Add 1 member_2 to Pool_2. (wait for Load_Balancer_2 to be Active)
7. Delete Pool_2.
8. Do a list load balancers and observe state of Load_Balancer_1 and Load_Balancer_2.
Actual Result: Load_Balancer_1 status transitions to
"PENDING_UPDATE". Load_Balancer_2 status transitions to
"PENDING_UPDATE".
Expected: Load_Balancer_2 status should ONLY transition to
"PENDING_UPDATE". Load_Balancer_1 should only stay ACTIVE.
note: The state seems to change to "PENDING_UPDATE" with all active
load balancers for a given account when deleting a pool that has
members
To manage notifications about this bug go to:
https://bugs.launchpad.net/octavia/+bug/1571909/+subscriptions
References