yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34023
[Bug 1465440] Re: Firewall attribute "Shared" is set to None by default instead of 'False'
In Neutron side, 'shared' attribute for firewall has no effect, so I
don't think we need any change in DB operation. We can keep the current
implementation as-is.
In Horizon side, we should drop 'shared' attribute from FirewallsTable in dashboards/project/firewalls/tables.py
because it has no effect and 'shared' attribute is invisible to end users.
In neutronclient, it is better to drop --shared flag because 'shared'
attribute is not supported by the design decision.
>From the above reason, I will add neutronclient and horizon to the
affected projects.
** Also affects: horizon
Importance: Undecided
Status: New
** Also affects: python-neutronclient
Importance: Undecided
Status: New
** Changed in: python-neutronclient
Importance: Undecided => Medium
** Changed in: horizon
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1465440
Title:
Firewall attribute "Shared" is set to None by default instead of
'False'
Status in OpenStack Dashboard (Horizon):
New
Status in OpenStack Neutron (virtual network service):
Won't Fix
Status in Python client library for Neutron:
New
Bug description:
In the current implementation, when a firewall is created, the default
value of the attribute 'Shared' is set to 'None' instead of 'False'.
When Firewall attributes are seen from Horizon, the display value is
shown as 'Maybe' instead of 'No' due to value being 'None'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1465440/+subscriptions
References