yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28790
[Bug 1425508] [NEW] Extension aliases in extension manager in ml2 plugin fetches extension aliases object instead of extension aliases
Public bug reported:
While writing extension for extending some attribute using ml2 plugin.
The extension manager will fetch ethe extension alias object instead of
name.
alias = driver.obj.extension_alias instead of
alias = driver.obj.extension_alias() in function extension_aliases(self)
in neutron//neutron/plugins/ml2/managers.py file.
Beacuse of which neutron-server is unable to find the extension alias
and exits with error: unable to find the extension
** 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/1425508
Title:
Extension aliases in extension manager in ml2 plugin fetches extension
aliases object instead of extension aliases
Status in OpenStack Neutron (virtual network service):
New
Bug description:
While writing extension for extending some attribute using ml2 plugin.
The extension manager will fetch ethe extension alias object instead
of name.
alias = driver.obj.extension_alias instead of
alias = driver.obj.extension_alias() in function extension_aliases(self)
in neutron//neutron/plugins/ml2/managers.py file.
Beacuse of which neutron-server is unable to find the extension alias
and exits with error: unable to find the extension
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1425508/+subscriptions
Follow ups
References