[release-announce] [octavia] neutron-lbaas-dashboard 3.0.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 30 18:24:42 UTC 2017


We are stoked to announce the release of:

neutron-lbaas-dashboard 3.0.1: Horizon panels for Neutron LBaaS

This release is part of the pike stable release series.

The source is available from:

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

Download the package from:

    https://pypi.python.org/pypi/neutron-lbaas-dashboard

Please report issues through launchpad:

    http://bugs.launchpad.net/octavia

For more details, please see below.

Changes in neutron-lbaas-dashboard 2.0.0..3.0.1
-----------------------------------------------

55cd42f Imported Translations from Zanata
266c1a0 Configure for stable/pike
e19cbdf Imported Translations from Zanata
9c8c2ff Update UPPER_CONSTRAINTS_FILE for stable/pike
e50a68d Update .gitreview for stable/pike
af2e607 Imported Translations from Zanata
d1c6574 Imported Translations from Zanata
78ae6d6 Updated from global requirements
f6b817e Imported Translations from Zanata
cd74d86 Add loading and error status to detail pages
d57d7a4 Show the member status properties
20fde20 Move FIP api from network to neutron
34bc1ed Get rid of removed Django code
a38108b Make it work with devstack
75eed9c Updated from global requirements
997076e Exclude node_modules from pep8 checking
f64018c Fix npm test
9d5791b Imported Translations from Zanata
f9c3337 Updated from global requirements
5de128d Replace SortedDict with OrderedDict
b355b6b Updated from global requirements
3050f6e Updated from global requirements
18a9710 Optimize the link address
16d1218 Imported Translations from Zanata
e562b64 Updated from global requirements
3e576bd Fixes the installation documentation page
8193eec Updated from global requirements
de03891 Updated from global requirements
035ec11 Imported Translations from Zanata
d8f645b Fix bugs URL for project ownership change


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

.gitreview                                         |    1 +
README.rst                                         |    6 +-
neutron_lbaas_dashboard/api/lbaasv2.py             |    9 +-
neutron_lbaas_dashboard/api/rest/lbaasv2.py        |   24 +-
.../dashboards/project/loadbalancersv2/urls.py     |   18 +-
.../dashboards/project/ngloadbalancersv2/urls.py   |    6 +-
neutron_lbaas_dashboard/karma.conf.js              |    2 +
.../locale/de/LC_MESSAGES/djangojs.po              |   20 +-
.../locale/fr/LC_MESSAGES/django.po                |   77 +-
.../locale/id/LC_MESSAGES/djangojs.po              |   17 +-
.../locale/ja/LC_MESSAGES/django.po                |   27 +-
.../locale/ko_KR/LC_MESSAGES/djangojs.po           | 1015 +++++++++++++++++++
.../locale/ru/LC_MESSAGES/django.po                |   76 +-
.../locale/ru/LC_MESSAGES/djangojs.po              |   40 +-
.../locale/tr_TR/LC_MESSAGES/django.po             |  278 ++++++
.../locale/tr_TR/LC_MESSAGES/djangojs.po           | 1017 ++++++++++++++++++++
.../locale/zh_CN/LC_MESSAGES/djangojs.po           |   20 +-
.../openstack-service-api/barbican.service.spec.js |   16 +-
.../core/openstack-service-api/lbaasv2.service.js  |   22 +-
.../openstack-service-api/lbaasv2.service.spec.js  |    7 +
.../lbaasv2/healthmonitors/detail.controller.js    |   50 +-
.../healthmonitors/detail.controller.spec.js       |   73 +-
.../project/lbaasv2/healthmonitors/detail.html     |   73 +-
.../static/dashboard/project/lbaasv2/lbaasv2.scss  |   14 +-
.../project/lbaasv2/listeners/detail.controller.js |   42 +-
.../lbaasv2/listeners/detail.controller.spec.js    |   66 +-
.../project/lbaasv2/listeners/detail.html          |   73 +-
.../lbaasv2/loadbalancers/detail.controller.js     |   16 +-
.../loadbalancers/detail.controller.spec.js        |   35 +-
.../project/lbaasv2/loadbalancers/detail.html      |  105 +-
.../lbaasv2/loadbalancers/loadbalancers.service.js |   19 +-
.../project/lbaasv2/members/detail.controller.js   |   70 +-
.../lbaasv2/members/detail.controller.spec.js      |   92 +-
.../dashboard/project/lbaasv2/members/detail.html  |   63 +-
.../project/lbaasv2/members/members.service.js     |   92 ++
.../lbaasv2/members/members.service.spec.js        |  107 ++
.../project/lbaasv2/members/table.controller.js    |   18 +-
.../lbaasv2/members/table.controller.spec.js       |   17 +-
.../dashboard/project/lbaasv2/members/table.html   |    4 +
.../project/lbaasv2/pools/detail.controller.js     |   52 +-
.../lbaasv2/pools/detail.controller.spec.js        |   77 +-
.../dashboard/project/lbaasv2/pools/detail.html    |   91 +-
.../widgets/detail/detail-status.directive.js      |   53 +
.../widgets/detail/detail-status.directive.spec.js |   87 ++
.../lbaasv2/widgets/detail/detail-status.html      |   12 +
.../project/lbaasv2/workflow/model.service.js      |   20 +-
.../project/lbaasv2/workflow/model.service.spec.js |   22 +-
package.json                                       |   24 +-
requirements.txt                                   |    6 +-
setup.py                                           |    2 +-
test-requirements.txt                              |    6 +-
tools/tox_install.sh                               |   73 +-
tox.ini                                            |    4 +-
55 files changed, 3782 insertions(+), 503 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 44e5118..735b56f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-pbr>=1.8 # Apache-2.0
-Babel>=2.3.4 # BSD
-python-barbicanclient>=4.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 1673530..bca631c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,3 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-
-http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -14 +12 @@ selenium>=2.50.1 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list