← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1474876] [NEW] CalculateDelta should use vip.subnet_id and not network_id

 

Public bug reported:

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

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: lbaas vip

-- 
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 neutron:
  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/neutron/+bug/1474876/+subscriptions


Follow ups