← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1822100] [NEW] Networ Update if current provider net attribure key/value pair in request

 

Public bug reported:

Network initially created with:

{'network': {'provider:physical_network': 'external',
             'provider:network_type': 'flat'}

Network is then updated with:
{'network': {'provider:physical_network': 'external',
             'provider:network_type': 'flat',
             'mtu': 9000}


The net_data is checked for provider attribute's being updated[1], this raises the exception despite the actual values of provider net attributes did not change.


[1] https://github.com/openstack/neutron/blob/af130e79cbe5d12b7c9f9f4dcbcdc8d972bfcfd4/neutron/plugins/ml2/plugin.py#L988

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  Networ Update if current provider net attribure key/value pair in
  request

Status in neutron:
  New

Bug description:
  Network initially created with:

  {'network': {'provider:physical_network': 'external',
               'provider:network_type': 'flat'}

  Network is then updated with:
  {'network': {'provider:physical_network': 'external',
               'provider:network_type': 'flat',
               'mtu': 9000}

  
  The net_data is checked for provider attribute's being updated[1], this raises the exception despite the actual values of provider net attributes did not change.

  
  [1] https://github.com/openstack/neutron/blob/af130e79cbe5d12b7c9f9f4dcbcdc8d972bfcfd4/neutron/plugins/ml2/plugin.py#L988

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


Follow ups