yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23935
[Bug 1383546] [NEW] direct caller of create_{network, subnet, port} wrongly passed necessary argument
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Assignee: Isaku Yamahata (yamahata)
Status: In Progress
--
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 OpenStack Neutron (virtual network service):
In Progress
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
Follow ups
References