summaryrefslogtreecommitdiff
path: root/releasenotes/notes/update-firwallpolicy-ruls-90a8904e899b2365.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix Firewall policy resourcelidong2019-10-151-0/+5
OS::Neutron::FirewallPolicy resource cannot be created without firewall_rules. I can create firewall policy via the rest api of neutron.And in the rest api of neutron to create firewall policy ,the firewall_rules is an optional parameter. This should be consistent with the rest api of neutron. So I think the firewall_rules should be an optional property of OS::Neutron::FirewallPolicy resource. Add releasenote about this. Change-Id: I74cb22a7995376c2339f24fca9ca5d651d598480 Task: 36037