← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1521160] Re: VMware LBaaSv1 method uses invalid context

 

Reviewed:  https://review.openstack.org/251320
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=f993da58e81d0fbace9af01fabaf2bf07f6153b4
Submitter: Jenkins
Branch:    master

commit f993da58e81d0fbace9af01fabaf2bf07f6153b4
Author: Kobi Samoray <ksamoray@xxxxxxxxxx>
Date:   Mon Nov 30 14:00:12 2015 +0200

    VMware LBaaSv1 method uses invalid context
    
    VMware LBaaSv1 driver supplies the Neutron plugin with a method, which allows
    detection of Edge appliance use by the LBaaS driver.
    The is_edge_in_use() method is using a context which is invalid: the driver
    has no self.context property and shouldn't have one.
    Instead, the context should pass as parameter.
    
    Change-Id: I7f3b95b43f87b35d641f0c7535d648ee178eda41
    Closes-Bug: #1521160


** 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/1521160

Title:
  VMware LBaaSv1 method uses invalid context

Status in neutron:
  Fix Released

Bug description:
  VMware LBaaSv1 driver supplies the Neutron plugin with a method, which allows detection of Edge appliance use by the LBaaS driver.
  The is_edge_in_use() method is using a context which is invalid: the driver has no self.context property and shouldn't have one.
  Instead, the context should pass as parameter.

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


References