yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15329
[Bug 1327063] [NEW] fwaas:updating firewall policy with shared attribute is not changing the audited attribute to false
Public bug reported:
updating firewall policy with shared, name or description is not
changing the audited attribute to false
Steps to Reproduce:
create a firewall policy
update teh firewall policy with audited attribute as true
change the name, description or shared using the firepolicy update cli
Actual Results:
audit attribute in firewall policy is not changed to false
root@IGA-OSC:~# fwps raj
+----------------+--------------------------------------+
| Field | Value |
+----------------+--------------------------------------+
| audited | True |
| description | ru |
| firewall_rules | |
| id | c8fa66dd-8bf7-4094-a533-8cb7060a4eb4 |
| name | raj |
| shared | True |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+----------------+--------------------------------------+
root@IGA-OSC:~# fwpu raj --audited true
Updated firewall_policy: raj
root@IGA-OSC:~# fwpu raj --shared false
Updated firewall_policy: raj
root@IGA-OSC:~# fwps raj
+----------------+--------------------------------------+
| Field | Value |
+----------------+--------------------------------------+
| audited | True |
| description | ru |
| firewall_rules | |
| id | c8fa66dd-8bf7-4094-a533-8cb7060a4eb4 |
| name | raj |
| shared | False |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+----------------+--------------------------------------+
Expected Results:
audit attribute in firewall policy should changed to false
** 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/1327063
Title:
fwaas:updating firewall policy with shared attribute is not changing
the audited attribute to false
Status in OpenStack Neutron (virtual network service):
New
Bug description:
updating firewall policy with shared, name or description is not
changing the audited attribute to false
Steps to Reproduce:
create a firewall policy
update teh firewall policy with audited attribute as true
change the name, description or shared using the firepolicy update cli
Actual Results:
audit attribute in firewall policy is not changed to false
root@IGA-OSC:~# fwps raj
+----------------+--------------------------------------+
| Field | Value |
+----------------+--------------------------------------+
| audited | True |
| description | ru |
| firewall_rules | |
| id | c8fa66dd-8bf7-4094-a533-8cb7060a4eb4 |
| name | raj |
| shared | True |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+----------------+--------------------------------------+
root@IGA-OSC:~# fwpu raj --audited true
Updated firewall_policy: raj
root@IGA-OSC:~# fwpu raj --shared false
Updated firewall_policy: raj
root@IGA-OSC:~# fwps raj
+----------------+--------------------------------------+
| Field | Value |
+----------------+--------------------------------------+
| audited | True |
| description | ru |
| firewall_rules | |
| id | c8fa66dd-8bf7-4094-a533-8cb7060a4eb4 |
| name | raj |
| shared | False |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+----------------+--------------------------------------+
Expected Results:
audit attribute in firewall policy should changed to false
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1327063/+subscriptions
Follow ups
References