[openstack-dev] [neutron] security group OVO change

Gary Kotton gkotton at vmware.com
Sun Jun 18 11:44:02 UTC 2017


Hi,
That patch looks good. We still have an issue in that the create security groups does not return the list of the default rules.
Thanks
Gary

On 6/17/17, 2:33 AM, "Isaku Yamahata" <isaku.yamahata at gmail.com> wrote:

    It also broke networking-odl.
    The patch[1] is needed to unbreak.
    [1] https://review.openstack.org/#/c/448420/
    
    necessary db info is taken from context.session.new.
    But with OVO, those expunge themselves with create method.
    Those info needs to be passed as callback argument.
    
    Thanks,
    
    On Fri, Jun 16, 2017 at 01:25:28PM -0700,
    Ihar Hrachyshka <ihrachys at redhat.com> wrote:
    
    > To close the loop here,
    > 
    > - this also broke heat py3 job (https://launchpad.net/bugs/1698355)
    > - we polished https://review.openstack.org/474575 to fix both
    > vmware-nsx and heat issues
    > - I also posted a patch for oslo.serialization for the bug that
    > triggered MemoryError in heat gate:
    > https://review.openstack.org/475052
    > - the vmware-nsx adoption patch is at:
    > https://review.openstack.org/#/c/474608/ and @boden is working on it,
    > should be ready to go in due course.
    > 
    > Thanks and sorry for inconveniences,
    > Ihar
    > 
    > On Thu, Jun 15, 2017 at 6:17 AM, Gary Kotton <gkotton at vmware.com> wrote:
    > > Hi,
    > >
    > > The commit https://review.openstack.org/284738 has broken decomposed plugins
    > > (those that extend security groups and rules). The reason for this is that
    > > there is a extend callback that we use which expects to get a database
    > > object and the aforementioned patch passes a new neutron object.
    > >
    > > I have posted [i] to temporarily address the issue. An alternative is to
    > > revert the patch until the decomposed plugins can figure out how to
    > > correctly address this.
    > >
    > > Thanks
    > >
    > > Gary
    > >
    > > [i] https://review.openstack.org/474575
    > >
    > >
    > > __________________________________________________________________________
    > > OpenStack Development Mailing List (not for usage questions)
    > > Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
    > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
    > >
    > 
    > __________________________________________________________________________
    > OpenStack Development Mailing List (not for usage questions)
    > Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
    > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
    
    -- 
    Isaku Yamahata <isaku.yamahata at gmail.com>
    
    __________________________________________________________________________
    OpenStack Development Mailing List (not for usage questions)
    Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
    http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
    



More information about the OpenStack-dev mailing list