← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2059051] Re: The user defined router flavor OVN driver doesn't check properly unspecified flavor

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/914162
Committed: https://opendev.org/openstack/neutron/commit/9d729bda207847b4c94d570eacdd26951294f49f
Submitter: "Zuul (22348)"
Branch:    master

commit 9d729bda207847b4c94d570eacdd26951294f49f
Author: Miguel Lavalle <mlavalle@xxxxxxxxxx>
Date:   Mon Mar 25 17:30:01 2024 -0500

    Check unspecified flavor in user defined driver
    
    In order to decide whether to process a router related
    request, the user defined router flavor OVN driver needs to
    check the flavor_id specified in the request. This change adds
    the code to test the case when the API passed the flavor_id as
    unspecified.
    
    Change-Id: I4d7d9d5582b97246cad63ef7f5511b159d6c6791
    Closes-Bug: #2059051


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

Title:
  The user defined router flavor OVN driver doesn't check properly
  unspecified flavor

Status in neutron:
  Fix Released

Bug description:
  In order to decide whether to process a router related request, the
  user defined router flavor OVN driver needs to check the flavor_id
  specified in the request. If the flavor_id is passed in the request as
  'ATTR_NOT_SPECIFIED', the check in the driver will fail:
  https://github.com/openstack/neutron/blob/e003fd73f6ba17328f3e15a2cc2d199a630229ca/neutron/services/ovn_l3/service_providers/user_defined.py#L47

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



References