← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1657668] Re: Grammer error in LoadBalancerPluginv2

 

*** This bug is a duplicate of bug 1607585 ***
    https://bugs.launchpad.net/bugs/1607585

1912294464 you're right. It's a bug, although it's duplicate.

** Project changed: neutron => octavia

** This bug has been marked a duplicate of bug 1607585
   neutron server report error when get loadbalance status

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1657668

Title:
  Grammer error in LoadBalancerPluginv2

Status in octavia:
  New

Bug description:
  Hi
  I use OpenStack Mitaka with Ubuntu 14.04.
  I found a grammar error.

  /usr/lib/python2.7/dist-
  packages/neutron_lbaas/services/loadbalancer/plugin.py   line 1344

  Whether need 'self' when invoke '_set_degraded' function?

  1340             if (pool_status["id"] not in
  1341                 [ps["id"] for ps in lb_status["pools"]]):
  1342                 lb_status["pools"].append(pool_status)
  1343             if self._is_degraded(curr_listener.default_pool):
  1344                 self._set_degraded(self, listener_status, lb_status)
  1345             members = curr_listener.default_pool.members
  1346             for curr_member in members:
  1347                 if not curr_member.admin_state_up:

To manage notifications about this bug go to:
https://bugs.launchpad.net/octavia/+bug/1657668/+subscriptions


References