Pike バージョンのリリースノート¶
0.1.0¶
前置¶
OpenStack Dashboard の Neutron FWaaS 対応は、別の Python パッケージに分離されました。
新機能¶
OpenStack Dashboard の Neutron FWaaS 対応は、別のパッケージ
neutron-fwaas-dashboard
として分離されました。 OpenStack Dashboard を Pike リリースにアップグレードした後で、neutron-fwaas-dashboard
をインストールし、 Neutron FWaaS ダッシュボード用のenabled
ファイルを追加する必要があります。詳しくは https://docs.openstack.org/neutron-fwaas-dashboard/latest/ を参照してください。
バグ修正¶
"Add Router" and "Remove Router" operations are now controlled by
update_firewall
rule in the policy.json file. Previously they were controlled byget_firewall
rule and non-existing rules likeadd_router
andremove_router
. If operators define their custom policy rules foradd_router
andremove_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
shared
attribute when creating or updating a firewall rule or policy. The checkbox onshared
attribute is now disabled if a user has no sufficient permission. [bug 1699717]