[release-announce] neutron-fwaas-dashboard 2.0.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 14 10:30:07 UTC 2019


We are satisfied to announce the release of:

neutron-fwaas-dashboard 2.0.0: Neutron FWaaS Dashboard

This release is part of the stein 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.

2.0.0
^^^^^

Upgrade Notes

* FWaaS v1 support was dropped. FWaaS v1 has been deprecated in
  neutron-fwaas and was dropped in Stein release. Along with neutron-
  fwaas, neutron-fwaas-dashboard dropped its support.

Changes in neutron-fwaas-dashboard 1.5.0..2.0.0
-----------------------------------------------

6abf5aa Imported Translations from Zanata
cb7c8c4 Displays selectable ports in a tabular pop-up
813bdfd Use tabs.DetailTabsGroup for better top margin
285c481 Avoid invalid links when no policy is associated
0b47a5e Cleanup 'firewall' usage in v2 dashboard (part 1)
b2cadca Add python 3.6 unit test job
cf86037 Drop FWaaS v1 dashboard
acf3f91 Update lower-constraints to match horizon
2a4c00d Change openstack-dev to openstack-discuss
72d38fa devstack: update the way to setup policy.json
81b3b3c Add openstack-cover-jobs-horizon
1f0c3ad Imported Translations from Zanata
9fee867 Imported Translations from Zanata
196244e Cleanup .zuul.yaml
6fd4d3d switch documentation job to new PTI
d1c011d import zuul job settings from project-config
156900a Drop nose dependencies
677c631 Remove use_mox directive
66932c0 Imported Translations from Zanata
e63100d Imported Translations from Zanata
9b3d26b Update reno for stable/rocky
fa6b0e1 FWaaS v2 dashbaord: clean up unnecessary get_dict() methods


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  15 +-
devstack/README.rst                                |  21 +-
devstack/plugin.sh                                 |  41 +-
lower-constraints.txt                              |   9 +-
neutron_fwaas_dashboard/api/fwaas.py               | 343 --------
neutron_fwaas_dashboard/api/fwaas_v2.py            | 113 +--
.../dashboards/project/firewalls/__init__.py       |   0
.../dashboards/project/firewalls/forms.py          | 445 -----------
.../dashboards/project/firewalls/panel.py          |  43 -
.../dashboards/project/firewalls/tables.py         | 425 ----------
.../dashboards/project/firewalls/tabs.py           | 129 ---
.../firewalls/_add_router_to_firewall.html         |   8 -
.../templates/firewalls/_firewall_details.html     |  41 -
.../firewalls/_insert_rule_to_policy.html          |   7 -
.../templates/firewalls/_policy_details.html       |  35 -
.../firewalls/_remove_router_from_firewall.html    |   7 -
.../firewalls/_remove_rule_from_policy.html        |   7 -
.../templates/firewalls/_rule_details.html         |  57 --
.../templates/firewalls/_update_router_help.html   |   3 -
.../templates/firewalls/_update_routers.html       |  35 -
.../templates/firewalls/_update_rule_help.html     |   6 -
.../templates/firewalls/_update_rules.html         |  35 -
.../templates/firewalls/_updatefirewall.html       |   7 -
.../templates/firewalls/_updatepolicy.html         |   7 -
.../firewalls/templates/firewalls/_updaterule.html |   7 -
.../firewalls/add_router_to_firewall.html          |   7 -
.../firewalls/templates/firewalls/addfirewall.html |   7 -
.../firewalls/templates/firewalls/addpolicy.html   |   7 -
.../firewalls/templates/firewalls/addrule.html     |   7 -
.../templates/firewalls/details_tabs.html          |  11 -
.../templates/firewalls/insert_rule_to_policy.html |   7 -
.../firewalls/remove_router_from_firewall.html     |   7 -
.../firewalls/remove_rule_from_policy.html         |   7 -
.../templates/firewalls/updatefirewall.html        |   7 -
.../templates/firewalls/updatepolicy.html          |   7 -
.../firewalls/templates/firewalls/updaterule.html  |   7 -
.../dashboards/project/firewalls/urls.py           |  51 --
.../dashboards/project/firewalls/views.py          | 416 ----------
.../dashboards/project/firewalls/workflows.py      | 433 ----------
.../dashboards/project/firewalls_v2/forms.py       | 139 ++--
.../dashboards/project/firewalls_v2/panel.py       |   2 +-
.../dashboards/project/firewalls_v2/tables.py      |   5 +-
.../dashboards/project/firewalls_v2/tabs.py        |  12 +-
.../firewalls_v2/_firewallgroup_details.html       |   8 +
.../templates/firewalls_v2/table_select.html       |  94 +++
.../dashboards/project/firewalls_v2/views.py       |  77 +-
.../dashboards/project/firewalls_v2/widgets.py     | 260 ++++++
.../dashboards/project/firewalls_v2/workflows.py   |   8 +-
.../enabled/_7011_project_firewalls_panel.py       |  22 -
.../local_settings.d/_7000_neutron_fwaas.py        |  16 +
.../locale/de/LC_MESSAGES/django.po                | 152 +++-
.../locale/en_GB/LC_MESSAGES/django.po             |  73 +-
.../locale/fr/LC_MESSAGES/django.po                |   5 +-
.../locale/id/LC_MESSAGES/django.po                |  29 +-
.../locale/ja/LC_MESSAGES/django.po                |  40 +-
.../locale/ko_KR/LC_MESSAGES/django.po             |  29 +-
.../locale/zh_CN/LC_MESSAGES/django.po             | 851 ++++++++++++++++++++
.../js/horizon.firewalls.js                        |  21 -
.../neutron_fwaas_dashboard/scss/firewalls.scss    |  69 +-
neutron_fwaas_dashboard/test/settings.py           |   5 -
.../test/test_data/fwaas_data.py                   | 164 ----
neutron_fwaas_dashboard/test/test_data/utils.py    |   2 -
.../notes/drop-fwaas-v1-d10b108e8cf970fe.yaml      |   7 +
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  39 +-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |   9 +-
releasenotes/source/rocky.rst                      |   6 +
requirements.txt                                   |   2 +-
setup.cfg                                          |   2 +-
test-requirements.txt                              |   2 -
tox.ini                                            |   2 +-
75 files changed, 1943 insertions(+), 4614 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cfc019f..dc7006e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-horizon>=13.0.0 # Apache-2.0
+horizon>=14.0.0.0b3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 79241cc..cebcd65 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +8,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-django-nose>=1.4.4 # BSD
@@ -12 +10,0 @@ mock>=2.0.0 # BSD
-nosehtmloutput>=0.0.3 # Apache-2.0






More information about the Release-announce mailing list