Document cleanup and release notes for a new release

Change-Id: Ibbba4f295e1933aa23970e58f19599012592214e
This commit is contained in:
Akihiro Motoki 2017-07-25 17:52:34 +00:00
parent 8cf5f4df10
commit fc62f5074a
5 changed files with 24 additions and 3 deletions

View File

@ -12,8 +12,8 @@ function configure_neutron_fwaas_dashboard {
if is_service_enabled neutron-fwaas-v1-dashboard; then
cp -a $FWAAS_ENABLED_DIR/_1460_project_firewalls_panel.py $HORIZON_ENABLED_DIR
fi
# The following is to make vpnaas dashboard work with
# the master horizon with neutron vpnaas support.
# The following is to make fwaas dashboard work with
# the master horizon with neutron fwaas support.
# At now it seems overriding enabled file does not work.
# (horizon bug 1700325)
rm -f $DEST/horizon/openstack_dashboard/enabled/_1460_project_firewalls_panel.py*

View File

@ -78,7 +78,7 @@ across distributions or deployments.
from horizon, what you need is to uncomment ``POLICY_FILES`` (which contains
the default values).
Compile the message catalogs of Neutron VPNaaS dashboard.
Compile the message catalogs of Neutron FWaaS dashboard.
.. code-block:: console

View File

@ -0,0 +1,10 @@
---
fixes:
- |
"Add Router" and "Remove Router" operations are now controlled by
``update_firewall`` rule in the policy.json file.
Previously they were controlled by ``get_firewall`` rule and non-existing
rules like ``add_router`` and ``remove_router``.
If operators define their custom policy rules for ``add_router`` and
``remove_router``, such policy rules need to updated accordingly.
[`bug 1703952 <https://bugs.launchpad.net/neutron-fwaas-dashboard/+bug/1703952>`__]

View File

@ -0,0 +1,9 @@
---
fixes:
- |
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 on ``shared`` attribute is now disabled if a user
has no sufficient permission.
[`bug 1699717 <https://bugs.launchpad.net/neutron-fwaas-dashboard/+bug/1699717>`__]

View File

@ -8,3 +8,5 @@ features:
separate package ``neutron-fwaas-dashboard``. You need to install
``neutron-fwaas-dashboard`` after upgrading the OpenStack Dashboard
to Pike release and add ``enabled`` file for Neutron FWaaS dashboard.
For detail information, see
https://docs.openstack.org/neutron-fwaas-dashboard/latest/.