← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1383546] Re: direct caller of create_{network, subnet, port} wrongly passed necessary argument

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => liberty-3

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

Title:
  direct caller of create_{network, subnet, port} wrongly passed
  necessary argument

Status in neutron:
  Fix Released

Bug description:
  The calling convention of plugin create_{network, subnet, port} is all
  the necessary argument are filled with default value dynamically.
  Which arguments are necessary depends on resource extension which core
  plugin supports.

  On the other hand, internal direct caller of those methods ignore
  those conventions so that adding extension causes exception like key
  error of argument.

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


References