← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1646379] Re: [RFE] ML2 drivers should be able to skip binding port on binding:profile update

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

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

Title:
  [RFE] ML2 drivers should be able to skip binding port on
  binding:profile update

Status in neutron:
  Expired

Bug description:
  As this bp mention,https://blueprints.launchpad.net/neutron/+spec/ml2
  -binding-profile

  "No validation of items within binding:profile by drivers is planned,
  but could be added later if needed. Drivers are expected to ignore
  binding:profile items they do not recognize."

  In some case ,ml2 mechanism drivers can ignore binding port when
  update binding:profile .

  but now it always bind port when update port binding:profile :

  "        if profile not in (None, const.ATTR_NOT_SPECIFIED,
                             self._get_profile(binding)):
              binding.profile = jsonutils.dumps(profile)
              if len(binding.profile) > models.BINDING_PROFILE_LEN:
                  msg = _("binding:profile value too large")
                  raise exc.InvalidInput(error_message=msg)
              changes = True"

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


References