yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52100
[Bug 1585538] Re: Creating LBaaS pool related to LB (not listener) does not reflect the new pool to provider's driver
Reviewed: https://review.openstack.org/321413
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=55be5725adbb182a260c29731c78adc0ee296bc2
Submitter: Jenkins
Branch: master
commit 55be5725adbb182a260c29731c78adc0ee296bc2
Author: Evgeny Fedoruk <evgenyf@xxxxxxxxxxx>
Date: Thu May 26 01:28:30 2016 -0700
Fixing creation of shared pool
Refreshing pool's loadbalancer relationship object on DB layer
before the pool's db object is passed to a provider's driver code
to reflect newly added shared pool for a loadbalancer
Change-Id: Id4e3859448c9ebcf4e509e2f67f0723a749b8e03
Closes-Bug: 1585538
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1585538
Title:
Creating LBaaS pool related to LB (not listener) does not reflect the
new pool to provider's driver
Status in neutron:
Fix Released
Bug description:
1. Create LB
2. Create pool related to that LB (with --loadbalancer argument).
3. The LB object passed as an argument to the provider's driver handling does not include the new pool in LB'a pools parameter.
The problem occurs because the context is not refreshed for the pool's
LB object.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1585538/+subscriptions
References