yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35348
[Bug 1474876] Re: CalculateDelta should use vip.subnet_id and not network_id
** 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/1474876
Title:
CalculateDelta should use vip.subnet_id and not network_id
Status in octavia:
New
Bug description:
Function "CalculateDelta" in network_tasks.py uses vip.network_id
(line 75) and should use vip.subnet_id
This change is due to changes from
Ie2876ce8c93bfb5cce8ee8606028ec91fb6c1db4.
update code for desired_network_ids::
desired_network_ids = {CONF.controller_worker.amp_network,
self.network_driver.get_network(
subnet_id=loadbalancer.vip.subnet_id).id
Without that change the Octavia worker is unable to finish the "get_create_member_flow" flow
To manage notifications about this bug go to:
https://bugs.launchpad.net/octavia/+bug/1474876/+subscriptions
References