yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #39210
[Bug 1494216] Re: Policy check is missing for FWaaS rules table
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1494216
Title:
Policy check is missing for FWaaS rules table
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
There is firewall policy column in FWaaS rules table:
firewall_policy_id = tables.Column(get_policy_name,
link=get_policy_link,
verbose_name=_("In Policy"))
Method "get_policy_name" checks if there is a policy to display, but
"get_policy_link" doesn't, so when we try to add a new firewall rule
(which has no policy connection by default), horizon can't display
FWaaS tables because of "'NoneType' object has no attribute 'id'".
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1494216/+subscriptions
References