Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Firewall policy resource | lidong | 2019-10-15 | 1 | -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 |