[neutron] neutron-vpnaas-dashboard 1.2.0 (queens)
We are pumped to announce the release of: neutron-vpnaas-dashboard 1.2.0: Neutron VPNaaS Dashboard This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard Download the package from: https://tarballs.openstack.org/neutron-vpnaas-dashboard/ Please report issues through launchpad: https://bugs.launchpad.net/neutron-vpnaas-dashboard For more details, please see below. 1.2.0 ^^^^^ Bug Fixes * Add support the attributes of IPsec site connection to be able to get more formats like FQDN other than IP format. For more information, see bug 1261127 (https://launchpad.net/bugs/1261127). Changes in neutron-vpnaas-dashboard 1.1.0..1.2.0 ------------------------------------------------ 497b200 Fix the typo d9ce89b Align tox_install.sh with other projects e3981a1 Remove setting of version/release from releasenotes e928e34 Updated from global requirements 1705fc5 .gitignore: add translation catalogs (.mo and .pot) dca66a0 Disable status handling in VPN service table 9ecaa99 Use TextInput widget for readonly choice fields c67e86b Use ThemableChoiceField 9ba0382 Allow peer_id and peer_address input formats other than IP address e4bbb28 IPsec site connection should support id 0f2cf51 Cleanup unnessary reverse_lazy() in code 39741fb Cleanup unnessary ID attribute in code 0c380fb Fix VPN Service Details page 2e9b823 Add deliverables info 4654a7e Update tox from py34 to py35 5e3759e Updated from global requirements e3156ce Use 'IPsec' consistently e448fad Fix typo Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 + deliverables/pike/neutron-vpnaas-dashboard.yaml | 19 +++ deliverables/queens/neutron-vpnaas-dashboard.yaml | 10 ++ devstack/README.rst | 4 +- neutron_vpnaas_dashboard/api/vpn.py | 84 ++++----- .../dashboards/project/vpn/forms.py | 115 ++++++------- .../dashboards/project/vpn/tables.py | 129 +++++++------- .../dashboards/project/vpn/tabs.py | 44 ++--- .../vpn/templates/vpn/_add_ike_policy_help.html | 4 +- .../vpn/templates/vpn/_add_ipsec_policy_help.html | 8 +- .../vpn/templates/vpn/_add_vpn_service_help.html | 2 +- .../vpn/_ipsecsiteconnection_details.html | 2 +- .../vpn/templates/vpn/_update_ikepolicy.html | 2 +- .../vpn/templates/vpn/_update_ipsecpolicy.html | 2 +- .../templates/vpn/_update_ipsecsiteconnection.html | 2 +- .../vpn/templates/vpn/_update_vpnservice.html | 2 +- .../vpn/templates/vpn/_vpnservice_details.html | 4 +- .../vpn/templates/vpn/update_ipsecpolicy.html | 2 +- .../templates/vpn/update_ipsecsiteconnection.html | 2 +- .../dashboards/project/vpn/urls.py | 12 +- .../dashboards/project/vpn/views.py | 64 +++---- .../dashboards/project/vpn/workflows.py | 189 +++++++++++---------- .../test/test_data/vpnaas_data.py | 24 +-- ...-to-ipsec-site-connection-e105363b9125b1ed.yaml | 6 + releasenotes/source/conf.py | 11 +- test-requirements.txt | 8 +- tools/tox_install.sh | 127 ++++++-------- tox.ini | 5 +- 30 files changed, 451 insertions(+), 458 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4492885..d6d9d83 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,2 +12,2 @@ mock>=2.0.0 # BSD -mox3!=0.19.0,>=0.7.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +mox3>=0.20.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -15 +15 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -18 +18 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org