os-vif 3.4.0__tar.gz → 3.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of os-vif might be problematic. Click here for more details.
- {os_vif-3.4.0 → os_vif-3.6.0}/ChangeLog +18 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/PKG-INFO +2 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/ip/api.py +1 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif.egg-info/PKG-INFO +2 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif.egg-info/SOURCES.txt +1 -0
- os_vif-3.6.0/os_vif.egg-info/pbr.json +1 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif.egg-info/requires.txt +2 -1
- os_vif-3.6.0/releasenotes/source/2024.1.rst +6 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/index.rst +1 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/victoria.rst +1 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/wallaby.rst +1 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/xena.rst +1 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/yoga.rst +1 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/zed.rst +1 -1
- {os_vif-3.4.0 → os_vif-3.6.0}/requirements.txt +2 -6
- {os_vif-3.4.0 → os_vif-3.6.0}/setup.cfg +1 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/setup.py +0 -8
- os_vif-3.6.0/test-requirements.txt +5 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/tox.ini +0 -5
- os_vif-3.4.0/os_vif.egg-info/pbr.json +0 -1
- os_vif-3.4.0/test-requirements.txt +0 -9
- {os_vif-3.4.0 → os_vif-3.6.0}/.coveragerc +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/.mailmap +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/.stestr.conf +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/.zuul.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/AUTHORS +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/CONTRIBUTING.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/HACKING.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/LICENSE +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/README.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/bindep.txt +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/requirements.txt +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/conf.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/contributor/contributing.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/index.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/reference/glossary.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/user/host-info.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/user/plugins/linux-bridge.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/user/plugins/noop.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/user/plugins/ovs.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/user/usage.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/doc/source/user/vif-types.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/exception.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/i18n.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/ip/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/ip/ip_command.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/ip/linux/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/ip/linux/impl_pyroute2.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/ip/windows/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/internal/ip/windows/impl_netifaces.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/base.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/fields.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/fixed_ip.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/host_info.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/instance_info.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/network.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/route.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/subnet.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/objects/vif.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/opts.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/plugin.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/base.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/command/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/command/ip/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/command/ip/test_impl_pyroute2.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/privsep.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/base.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/linux/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/linux/test_impl_pyroute2.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/test_api.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/windows/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/windows/test_impl_netifaces.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/test_base.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/test_exception.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/test_host_info.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/test_objects.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/test_os_vif.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/unit/test_vif.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/utils.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif/version.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif.egg-info/dependency_links.txt +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif.egg-info/entry_points.txt +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif.egg-info/not-zip-safe +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/os_vif.egg-info/top_level.txt +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/Debian.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/Gentoo.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/RedHat.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/Suse.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/pre.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/OVSVif-hybrid-unplug-f37bf57bc8e913de.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-abstract-ovsdb-api-8f04df58d4ed5b73.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-fast-path-vhostuser-support-fe87e558326909b6.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-no-op-plugin-763a6703e7328a24.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-ovs-representor-portprofile-5f8290e5a40bf0a4.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-ovs-vhostuser-support-2ba8de51c1f3a244.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-ovsdb-native-322fffb49c91503d.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/always-plug-vifs-for-ovs-1d033fc49a9c6c4e.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/brctl-removal-a5b0e69b865afa57.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/bug-1892132-812e6d5ce0588ebb.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/contextlib-and-nested-with-statements-2747a9ebb9a5bfd7.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/default-qos-policy-for-ovs-26f8806046a59c82.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/default-to-native-ovsdb-driver-112fb5adf6e19a30.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/deprecate-windows-support-49f5ca1b1a1f4d66.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/do-not-force-mac-ageing-c6e8d750130c5740.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/drop-py36-support-0e9b07073f6ad73f.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/drop-python2-support-7a4bc7d31253c1e5.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/ensure-ovs-bridge-a0c1b51f469c92d0.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/extend-vhostuser-object-fada14a1457d4e56.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/fix-broken-dataplane-on-nova-restart-with-isolate_vif-71617a41741b33e8.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/fix-ovs-plugin-describe-049750609559f1ba.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/fix-stevedore-entrypoints-8002ec7a5166c977.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/fix-vif-openvswitch-fa0d19be9dd668e1.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/generic-datapath-offloads-41cabb6842b41533.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/initial-release-2c71d6bbf55f763b.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/oslo-config-opts-entrypoints-e83f907b686d774a.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/per-port-bridge-c6a50179a0256de3.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/port-profile-info-linux-bridge-4800f5a0b7328615.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/port-profile-info-ovs-63b46a3eafc11de2.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/prevent-lb-reply-arp-6459133bfb056069.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/remove_iptools_implementation-2eb866573a680e61.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/revert-always-plug-port-for-ovs-hybrid-plug-false-dc015985cbc5443b.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/vhost-user-mtu-support-cbc7d02a6665fab1.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/vhost-user-reconnect-fa4cbb731b787f71.yaml +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/2023.1.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/2023.2.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/_static/.placeholder +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/_templates/.placeholder +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/conf.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/newton.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/ocata.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/pike.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/queens.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/rocky.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/stein.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/train.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/unreleased.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/source/ussuri.rst +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/constants.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/iptables.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/linux_bridge.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/linux_net.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/privsep.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/unit/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/unit/test_linux_net.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/unit/test_plugin.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_noop/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_noop/noop.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_noop/tests/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_noop/tests/unit/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_noop/tests/unit/test_plugin.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/constants.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/exception.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/linux_net.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/ovs.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/api.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/impl_idl.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/impl_vsctl.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/ovsdb_lib.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/privsep.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/base.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/ovsdb/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/ovsdb/test_ovsdb_lib.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/test_plugin.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/ovsdb/__init__.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/ovsdb/test_ovsdb_lib.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/test_linux_net.py +0 -0
- {os_vif-3.4.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/test_plugin.py +0 -0
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
3.6.0
|
|
5
|
+
-----
|
|
6
|
+
|
|
7
|
+
* reno: Update master for unmaintained/zed
|
|
8
|
+
* Update master for stable/2024.1
|
|
9
|
+
* reno: Update master for unmaintained/xena
|
|
10
|
+
* reno: Update master for unmaintained/wallaby
|
|
11
|
+
* reno: Update master for unmaintained/victoria
|
|
12
|
+
|
|
13
|
+
3.5.0
|
|
14
|
+
-----
|
|
15
|
+
|
|
16
|
+
* Drop wrong stacklevel
|
|
17
|
+
* Fix missing or unnecessary dependencies
|
|
18
|
+
* reno: Update master for unmaintained/yoga
|
|
19
|
+
* tox: Drop envdir
|
|
20
|
+
* Update python classifier in setup.cfg
|
|
21
|
+
|
|
4
22
|
3.4.0
|
|
5
23
|
-----
|
|
6
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: os_vif
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.6.0
|
|
4
4
|
Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
|
|
5
5
|
Home-page: https://docs.openstack.org/os-vif/latest/
|
|
6
6
|
Author: OpenStack
|
|
@@ -48,5 +48,6 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
48
48
|
Classifier: Programming Language :: Python :: 3.8
|
|
49
49
|
Classifier: Programming Language :: Python :: 3.9
|
|
50
50
|
Classifier: Programming Language :: Python :: 3.10
|
|
51
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
51
52
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
52
53
|
Requires-Python: >=3.8
|
|
@@ -17,7 +17,7 @@ from oslo_log import log as logging
|
|
|
17
17
|
|
|
18
18
|
if os.name == 'nt':
|
|
19
19
|
warnings.warn('Support for Windows OS is deprecated.',
|
|
20
|
-
category=DeprecationWarning
|
|
20
|
+
category=DeprecationWarning)
|
|
21
21
|
from os_vif.internal.ip.windows.impl_netifaces import \
|
|
22
22
|
Netifaces as ip_lib_class
|
|
23
23
|
else:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: os-vif
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.6.0
|
|
4
4
|
Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
|
|
5
5
|
Home-page: https://docs.openstack.org/os-vif/latest/
|
|
6
6
|
Author: OpenStack
|
|
@@ -48,5 +48,6 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
48
48
|
Classifier: Programming Language :: Python :: 3.8
|
|
49
49
|
Classifier: Programming Language :: Python :: 3.9
|
|
50
50
|
Classifier: Programming Language :: Python :: 3.10
|
|
51
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
51
52
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
52
53
|
Requires-Python: >=3.8
|
|
@@ -122,6 +122,7 @@ releasenotes/notes/vhost-user-mtu-support-cbc7d02a6665fab1.yaml
|
|
|
122
122
|
releasenotes/notes/vhost-user-reconnect-fa4cbb731b787f71.yaml
|
|
123
123
|
releasenotes/source/2023.1.rst
|
|
124
124
|
releasenotes/source/2023.2.rst
|
|
125
|
+
releasenotes/source/2024.1.rst
|
|
125
126
|
releasenotes/source/conf.py
|
|
126
127
|
releasenotes/source/index.rst
|
|
127
128
|
releasenotes/source/newton.rst
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "c65922f", "is_release": true}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
debtcollector>=1.19.0
|
|
2
|
-
netaddr>=0.7.18
|
|
3
2
|
oslo.concurrency>=3.20.0
|
|
4
3
|
oslo.config>=5.1.0
|
|
5
4
|
oslo.i18n>=3.15.3
|
|
6
5
|
oslo.log>=3.30.0
|
|
7
6
|
oslo.privsep>=1.23.0
|
|
7
|
+
oslo.serialization!=2.19.1,>=2.18.0
|
|
8
|
+
oslo.utils>=2.0.0
|
|
8
9
|
oslo.versionedobjects>=1.28.0
|
|
9
10
|
ovsdbapp>=0.12.1
|
|
10
11
|
pbr!=2.1.0,>=2.0.0
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
2
2
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
3
3
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
4
|
-
|
|
5
|
-
# The order of packages is significant, because pip processes them in the order
|
|
6
|
-
# of appearance. Changing the order has an impact on the overall integration
|
|
7
|
-
# process, which may cause wedges in the gate later.
|
|
8
|
-
|
|
9
4
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
10
|
-
netaddr>=0.7.18 # BSD
|
|
11
5
|
oslo.concurrency>=3.20.0 # Apache-2.0
|
|
12
6
|
oslo.config>=5.1.0 # Apache-2.0
|
|
13
7
|
oslo.log>=3.30.0 # Apache-2.0
|
|
14
8
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
15
9
|
oslo.privsep>=1.23.0 # Apache-2.0
|
|
10
|
+
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
11
|
+
oslo.utils>=2.0.0 # Apache-2.0
|
|
16
12
|
oslo.versionedobjects>=1.28.0 # Apache-2.0
|
|
17
13
|
ovsdbapp>=0.12.1 # Apache-2.0
|
|
18
14
|
pyroute2>=0.5.2;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
|
@@ -13,16 +13,8 @@
|
|
|
13
13
|
# See the License for the specific language governing permissions and
|
|
14
14
|
# limitations under the License.
|
|
15
15
|
|
|
16
|
-
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
|
|
17
16
|
import setuptools
|
|
18
17
|
|
|
19
|
-
# In python < 2.7.4, a lazy loading of package `pbr` will break
|
|
20
|
-
# setuptools if some other modules registered functions in `atexit`.
|
|
21
|
-
# solution from: http://bugs.python.org/issue15881#msg170215
|
|
22
|
-
try:
|
|
23
|
-
import multiprocessing # noqa
|
|
24
|
-
except ImportError:
|
|
25
|
-
pass
|
|
26
18
|
|
|
27
19
|
setuptools.setup(
|
|
28
20
|
setup_requires=['pbr>=2.0.0'],
|
|
@@ -12,7 +12,6 @@ deps =
|
|
|
12
12
|
commands = stestr run --exclude-regex ".tests.functional" {posargs}
|
|
13
13
|
|
|
14
14
|
[testenv:functional]
|
|
15
|
-
envdir = {toxworkdir}/shared
|
|
16
15
|
setenv =
|
|
17
16
|
{[testenv]setenv}
|
|
18
17
|
commands =
|
|
@@ -25,7 +24,6 @@ deps =
|
|
|
25
24
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
|
26
25
|
|
|
27
26
|
[testenv:pdf-docs]
|
|
28
|
-
envdir = {toxworkdir}/docs
|
|
29
27
|
deps = {[testenv:docs]deps}
|
|
30
28
|
allowlist_externals =
|
|
31
29
|
rm
|
|
@@ -36,7 +34,6 @@ commands =
|
|
|
36
34
|
make -C doc/build/pdf
|
|
37
35
|
|
|
38
36
|
[testenv:releasenotes]
|
|
39
|
-
envdir = {toxworkdir}/docs
|
|
40
37
|
deps = {[testenv:docs]deps}
|
|
41
38
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
|
42
39
|
|
|
@@ -47,7 +44,6 @@ deps =
|
|
|
47
44
|
-r{toxinidir}/doc/requirements.txt
|
|
48
45
|
|
|
49
46
|
[testenv:cover]
|
|
50
|
-
envdir = {toxworkdir}/shared
|
|
51
47
|
setenv =
|
|
52
48
|
{[testenv]setenv}
|
|
53
49
|
PYTHON=coverage run --source os_vif,vif_plug_linux_bridge,vif_plug_ovs,vif_plug_noop --parallel-mode
|
|
@@ -59,7 +55,6 @@ commands =
|
|
|
59
55
|
coverage report
|
|
60
56
|
|
|
61
57
|
[testenv:pep8]
|
|
62
|
-
envdir = {toxworkdir}/shared
|
|
63
58
|
deps =
|
|
64
59
|
hacking>=3.0.1,<3.1.0
|
|
65
60
|
commands = flake8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "a10ac95", "is_release": true}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# The order of packages is significant, because pip processes them in the order
|
|
2
|
-
# of appearance. Changing the order has an impact on the overall integration
|
|
3
|
-
# process, which may cause wedges in the gate later.
|
|
4
|
-
|
|
5
|
-
coverage!=4.4,>=4.0 # Apache-2.0
|
|
6
|
-
oslotest>=1.10.0 # Apache-2.0
|
|
7
|
-
ovs>=2.9.2
|
|
8
|
-
stestr>=3.1.0 # Apache-2.0
|
|
9
|
-
testscenarios>=0.4 # Apache-2.0/BSD
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/command/ip/test_impl_pyroute2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-abstract-ovsdb-api-8f04df58d4ed5b73.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/add-ovs-vhostuser-support-2ba8de51c1f3a244.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/always-plug-vifs-for-ovs-1d033fc49a9c6c4e.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/default-qos-policy-for-ovs-26f8806046a59c82.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/deprecate-windows-support-49f5ca1b1a1f4d66.yaml
RENAMED
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/do-not-force-mac-ageing-c6e8d750130c5740.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/extend-vhostuser-object-fada14a1457d4e56.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/fix-ovs-plugin-describe-049750609559f1ba.yaml
RENAMED
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/fix-stevedore-entrypoints-8002ec7a5166c977.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/generic-datapath-offloads-41cabb6842b41533.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/oslo-config-opts-entrypoints-e83f907b686d774a.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/port-profile-info-ovs-63b46a3eafc11de2.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/remove_iptools_implementation-2eb866573a680e61.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{os_vif-3.4.0 → os_vif-3.6.0}/releasenotes/notes/vhost-user-mtu-support-cbc7d02a6665fab1.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|