diff -Nru neutron-vpnaas-24.0.0~rc1/.zuul.yaml neutron-vpnaas-24.0.1/.zuul.yaml --- neutron-vpnaas-24.0.0~rc1/.zuul.yaml 2024-03-12 19:38:01.000000000 +0000 +++ neutron-vpnaas-24.0.1/.zuul.yaml 2024-04-03 13:51:44.000000000 +0000 @@ -26,10 +26,6 @@ - neutron-vpnaas-functional-sswan - neutron-tempest-plugin-vpnaas - neutron-tempest-plugin-vpnaas-ovn - - neutron-tempest-plugin-vpnaas-libreswan-centos: - # TODO(mlavalle) switch to voting when this job is moved to Centos - # 8 - voting: false gate: jobs: - openstack-tox-py38: @@ -50,9 +46,6 @@ - neutron-vpnaas-functional-sswan - neutron-tempest-plugin-vpnaas - neutron-tempest-plugin-vpnaas-ovn - # TODO(mlavalle) uncomment following line when the job is moved to - # Centos 8 - # - neutron-tempest-plugin-vpnaas-libreswan-centos experimental: jobs: - neutron-vpnaas-rally @@ -74,23 +67,6 @@ - neutron-vpnaas-functional-sswan - job: - name: neutron-tempest-plugin-vpnaas-libreswan-centos - parent: neutron-tempest-plugin-vpnaas - nodeset: devstack-single-node-centos-7 - vars: - devstack_localrc: - IPSEC_PACKAGE: libreswan - USE_PYTHON3: false - # VPNaaS 4in6 and 6in4 scenarios would fail after LibreSwan 3.18. - # Base node using Libreswan 3.20 on CentOS 7.4. - # Refer to https://github.com/libreswan/libreswan/issues/175. - devstack_local_conf: - test-config: - $TEMPEST_CONFIG: - neutron_vpnaas_plugin_options: - skip_4in6_6in4_tests: true - -- job: name: neutron-vpnaas-functional-sswan parent: neutron-functional pre-run: playbooks/configure_functional_job.yaml diff -Nru neutron-vpnaas-24.0.0~rc1/AUTHORS neutron-vpnaas-24.0.1/AUTHORS --- neutron-vpnaas-24.0.0~rc1/AUTHORS 2024-03-12 19:38:32.000000000 +0000 +++ neutron-vpnaas-24.0.1/AUTHORS 2024-04-03 13:52:30.000000000 +0000 @@ -264,6 +264,7 @@ elajkat fujioka yuuichi fumihiko kakuma +fungi.admin gengchc2 ghanshyam gongysh diff -Nru neutron-vpnaas-24.0.0~rc1/ChangeLog neutron-vpnaas-24.0.1/ChangeLog --- neutron-vpnaas-24.0.0~rc1/ChangeLog 2024-03-12 19:38:31.000000000 +0000 +++ neutron-vpnaas-24.0.1/ChangeLog 2024-04-03 13:52:30.000000000 +0000 @@ -1,6 +1,13 @@ CHANGES ======= +24.0.1 +------ + +* Zuul: Remove references to centos-7 job nodes +* Update TOX\_CONSTRAINTS\_FILE for stable/2024.1 +* Update .gitreview for stable/2024.1 + 24.0.0.0rc1 ----------- diff -Nru neutron-vpnaas-24.0.0~rc1/PKG-INFO neutron-vpnaas-24.0.1/PKG-INFO --- neutron-vpnaas-24.0.0~rc1/PKG-INFO 2024-03-12 19:38:32.351594400 +0000 +++ neutron-vpnaas-24.0.1/PKG-INFO 2024-04-03 13:52:30.919350400 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: neutron-vpnaas -Version: 24.0.0.0rc1 +Version: 24.0.1 Summary: OpenStack Networking VPN as a Service Home-page: https://docs.openstack.org/neutron-vpnaas/latest/ Author: OpenStack diff -Nru neutron-vpnaas-24.0.0~rc1/debian/changelog neutron-vpnaas-24.0.1/debian/changelog --- neutron-vpnaas-24.0.0~rc1/debian/changelog 2024-03-21 11:04:49.000000000 +0000 +++ neutron-vpnaas-24.0.1/debian/changelog 2024-04-05 14:19:13.000000000 +0000 @@ -1,3 +1,9 @@ +neutron-vpnaas (2:24.0.1-0ubuntu1) noble; urgency=medium + + * New upstream release for OpenStack Caracal. + + -- James Page Fri, 05 Apr 2024 15:19:13 +0100 + neutron-vpnaas (2:24.0.0~rc1-0ubuntu1) noble; urgency=medium * New upstream release candidate for OpenStack Caracal. diff -Nru neutron-vpnaas-24.0.0~rc1/neutron_vpnaas.egg-info/PKG-INFO neutron-vpnaas-24.0.1/neutron_vpnaas.egg-info/PKG-INFO --- neutron-vpnaas-24.0.0~rc1/neutron_vpnaas.egg-info/PKG-INFO 2024-03-12 19:38:32.000000000 +0000 +++ neutron-vpnaas-24.0.1/neutron_vpnaas.egg-info/PKG-INFO 2024-04-03 13:52:30.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: neutron-vpnaas -Version: 24.0.0.0rc1 +Version: 24.0.1 Summary: OpenStack Networking VPN as a Service Home-page: https://docs.openstack.org/neutron-vpnaas/latest/ Author: OpenStack diff -Nru neutron-vpnaas-24.0.0~rc1/neutron_vpnaas.egg-info/pbr.json neutron-vpnaas-24.0.1/neutron_vpnaas.egg-info/pbr.json --- neutron-vpnaas-24.0.0~rc1/neutron_vpnaas.egg-info/pbr.json 2024-03-12 19:38:32.000000000 +0000 +++ neutron-vpnaas-24.0.1/neutron_vpnaas.egg-info/pbr.json 2024-04-03 13:52:30.000000000 +0000 @@ -1 +1 @@ -{"git_version": "53b060dbe", "is_release": true} \ No newline at end of file +{"git_version": "297855d0c", "is_release": true} \ No newline at end of file diff -Nru neutron-vpnaas-24.0.0~rc1/tox.ini neutron-vpnaas-24.0.1/tox.ini --- neutron-vpnaas-24.0.0~rc1/tox.ini 2024-03-12 19:38:01.000000000 +0000 +++ neutron-vpnaas-24.0.1/tox.ini 2024-04-03 13:51:44.000000000 +0000 @@ -9,7 +9,7 @@ OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true} PYTHONWARNINGS=default::DeprecationWarning usedevelop = True -deps = -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt allowlist_externals = bash @@ -111,7 +111,7 @@ commands = {posargs} [testenv:docs] -deps = -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -a -b html doc/source doc/build/html