[octavia] neutron-lbaas-dashboard 4.0.0 (queens)
We are chuffed to announce the release of: neutron-lbaas-dashboard 4.0.0: Horizon panels for Neutron LBaaS This release is part of the queens release series. The source is available from: https://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: https://storyboard.openstack.org/#!/project/907 For more details, please see below. Changes in neutron-lbaas-dashboard 3.0.0..4.0.0 ----------------------------------------------- e04ecfb Mark neutron-lbaas-dashboard as deprecated ccaf161 Updated from global requirements 6777fdc Updated from global requirements b5f6697 Imported Translations from Zanata 92584d2 Updating for new sphinx docs jobs c6fdca4 Updated from global requirements f7339e6 Fix the wrong urls in README.rst 0fd2f6b Move user guide from horizon to LBaaS dashboard 2aff79d Update gitignore fec3d7f Make whitelist externals os agnostic 100f481 Imported Translations from Zanata 27f0332 Use standard nodejs4 tests 76553dd Imported Translations from Zanata ef65029 Updated from global requirements 57f6f3c Move neutron-lbaas-dashboard zuulv3 config in repo 6895af7 Set package.json version to 4.0.0.0b1 Queens MS1 80a2f0f Imported Translations from Zanata ef7c22a Updated from global requirements cb1519f Imported Translations from Zanata 2945c83 Remove old unused code. 3b272a2 Modify the '.gitignore' file Diffstat (except docs and test files) ------------------------------------- .gitignore | 6 +- CONTRIBUTING.rst | 6 +- README.rst | 9 +- neutron_lbaas_dashboard/api/__init__.py | 1 - neutron_lbaas_dashboard/api/lbaasv2.py | 682 ------------- .../dashboards/project/loadbalancersv2/__init__.py | 0 .../project/loadbalancersv2/exceptions.py | 36 - .../dashboards/project/loadbalancersv2/panel.py | 47 - .../dashboards/project/loadbalancersv2/tables.py | 189 ---- .../dashboards/project/loadbalancersv2/tabs.py | 33 - .../loadbalancersv2/_detail_overview.html | 50 - .../templates/loadbalancersv2/_launch_lb_help.html | 15 - .../templates/loadbalancersv2/_monitor_create.html | 49 - .../templates/loadbalancersv2/_monitor_help.html | 10 - .../templates/loadbalancersv2/_ssl_cert_help.html | 13 - .../templates/loadbalancersv2/detail.html | 15 - .../templates/loadbalancersv2/index.html | 11 - .../templates/loadbalancersv2/launch.html | 11 - .../templates/loadbalancersv2/launch_lb.html | 82 -- .../templates/loadbalancersv2/port_config.html | 76 -- .../templates/loadbalancersv2/ssl_cert.html | 68 -- .../templates/loadbalancersv2/update.html | 11 - .../templates/loadbalancersv2/update_lb_step.html | 63 -- .../templates/loadbalancersv2/update_ssl_cert.html | 91 -- .../dashboards/project/loadbalancersv2/urls.py | 30 - .../dashboards/project/loadbalancersv2/views.py | 146 --- .../project/loadbalancersv2/workflows/__init__.py | 16 - .../project/loadbalancersv2/workflows/create_lb.py | 460 --------- .../project/loadbalancersv2/workflows/update_lb.py | 191 ---- .../dashboards/project/ngloadbalancersv2/panel.py | 5 + .../enabled/_1480_project_loadbalancersv2_panel.py | 23 - .../locale/de/LC_MESSAGES/django.po | 271 +---- .../locale/de/LC_MESSAGES/djangojs.po | 10 +- .../locale/en_GB/LC_MESSAGES/django.po | 18 + .../locale/en_GB/LC_MESSAGES/djangojs.po | 1035 ++++++++++++++++++++ .../locale/fr/LC_MESSAGES/django.po | 273 +----- .../locale/fr/LC_MESSAGES/djangojs.po | 760 ++++++++++++++ .../locale/id/LC_MESSAGES/django.po | 270 +---- .../locale/ja/LC_MESSAGES/django.po | 245 +---- .../locale/ja/LC_MESSAGES/djangojs.po | 28 +- .../locale/ko_KR/LC_MESSAGES/django.po | 270 +---- .../locale/ko_KR/LC_MESSAGES/djangojs.po | 295 ++++-- .../locale/pt_BR/LC_MESSAGES/django.po | 18 + .../locale/ru/LC_MESSAGES/django.po | 270 +---- .../locale/tr_TR/LC_MESSAGES/django.po | 263 +---- .../locale/zh_CN/LC_MESSAGES/django.po | 266 +---- neutron_lbaas_dashboard/post_install.sh | 3 + package.json | 4 +- ...aas-dashboard-deprecation-a3c910ababba8e78.yaml | 11 + requirements.txt | 1 + setup.cfg | 15 +- test-requirements.txt | 10 +- tools/tox_install.sh | 6 +- tox.ini | 13 +- 61 files changed, 2333 insertions(+), 4655 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 735b56f..30bd101 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,0 +5 @@ +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bca631c..8e391d4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +9,2 @@ django-nose>=1.4.4 # BSD -python-subunit>=0.0.18 # Apache-2.0/BSD -nose-exclude # LGPL +python-subunit>=1.0.0 # Apache-2.0/BSD +nose-exclude>=0.3.0 # LGPL @@ -12,3 +12 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -17 +15 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org