← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1690944] Re: eliminate SUBNET_GATEWAY callback resource

 

Reviewed:  https://review.openstack.org/464774
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7b239a928f7834ff98e0fff82491bfbb2a10eece
Submitter: Jenkins
Branch:    master

commit 7b239a928f7834ff98e0fff82491bfbb2a10eece
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date:   Mon May 15 15:54:35 2017 -0700

    Eliminate SUBNET_GATEWAY resource
    
    SUBNET_GATEWAY is not a real resource. It just corresponds to when
    an attribute of the SUBNET changes. We can just supercede it entirely
    by having everyone use the SUBNET resource, which solves significantly
    more use cases.
    
    Change-Id: Iae467bacb083888f72b8c9b52a10e4928a3ff6ab
    Closes-Bug: #1690944


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

Title:
  eliminate SUBNET_GATEWAY callback resource

Status in neutron:
  Fix Released

Bug description:
  The gateway_ip of a subnet is not a separate resource and maintaining
  callbacks for it independently is a waste of effort. We should just
  ensure that SUBNET has the correct BEFORE and AFTER events for
  subscribers to check if the gateway changed and do whatever they need
  to based on that.

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


References