[release-announce] [neutron] neutron-fwaas-dashboard 0.1.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 26 13:36:07 UTC 2017


We are delighted to announce the release of:

neutron-fwaas-dashboard 0.1.0: Neutron FWaaS Dashboard

This is the first release of neutron-fwaas-dashboard. This release is
part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard

Download the package from:

    https://tarballs.openstack.org/neutron-fwaas-dashboard/

Please report issues through launchpad:

    http://bugs.launchpad.net/neutron-fwaas-dashboard

For more details, please see below.

0.1.0
^^^^^

Neutron FWaaS support in the OpenStack Dashboard is now split out into
a separate python package.


New Features
************

* Neutron FWaaS support in the OpenStack Dashboard is now split out
  into a 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/.


Bug 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]

* 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]

Changes in neutron-fwaas-dashboard e489f47798d0920df303c8f6e61eae603297e3d3..0.1.0
----------------------------------------------------------------------------------

fc62f50 Document cleanup and release notes for a new release
8cf5f4d Updated from global requirements
b86116e Fix FWaaS create/update policy with non-admin
a767cef Fix FWaaS create/update rule with non-admin
782ce8d Use update_firewall policy for add/remove router operation
2ca7971 Import FWaaS policy file from Horizon
0158596 Updated from global requirements
8090a79 Imported Translations from Zanata
f089a2a Imported Translations from Zanata
88185e5 manually sync with g-r
161afbd Update openstackdocstheme configuration for releasenotes
56f6472 Generate HTML reports for unit tests
47544ce Update openstackdocstheme configuration
883ded2 Consume horizon master
5833d57 Prepare initial documentationn
461bca7 Migrate JS file from horizon
a2039e9 DevStack plugin for neutron-fwaas-dashboard
706f284 Add .gitreview
afbfb3f Correct the wrong label
e6de15e Change the hirarchy of firewall panel




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 7abeca5..823f932 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Django<1.10,>=1.8 # BSD
-python-neutronclient>=5.1.0 # Apache-2.0
+Django<2.0,>=1.8 # BSD
+python-neutronclient>=6.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e44ae05..5aa1f3e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,0 +12 @@ mox3!=0.19.0,>=0.7.0 # Apache-2.0
+nosehtmloutput>=0.0.3 # Apache-2.0
@@ -13,2 +14,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -18 +19 @@ testtools>=1.4.0 # MIT
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list