Pike版本发布声明¶
0.1.0¶
前奏¶
Neutron FWaaS support in the OpenStack Dashboard is now split out into a separate python package.
新功能¶
Neutron FWaaS support in the OpenStack Dashboard is now split out into a separate package
neutron-fwaas-dashboard. You need to installneutron-fwaas-dashboardafter upgrading the OpenStack Dashboard to Pike release and addenabledfile for Neutron FWaaS dashboard. For detail information, see https://docs.openstack.org/neutron-fwaas-dashboard/latest/.
修复的问题¶
"Add Router" and "Remove Router" operations are now controlled by
update_firewallrule in the policy.json file. Previously they were controlled byget_firewallrule and non-existing rules likeadd_routerandremove_router. If operators define their custom policy rules foradd_routerandremove_router, such policy rules need to updated accordingly. [bug 1703952]
Handling a shared rule or policy is now controlled by the policy mechanism. Only admin users (by default) can set
sharedattribute when creating or updating a firewall rule or policy. The checkbox onsharedattribute is now disabled if a user has no sufficient permission. [bug 1699717]