2015-06-19 23:10:54 -04:00
|
|
|
[metadata]
|
|
|
|
name = os_vif
|
|
|
|
summary = A library for plugging and unplugging virtual interfaces in OpenStack.
|
2021-05-05 16:50:48 +08:00
|
|
|
description_file = README.rst
|
2015-06-19 23:10:54 -04:00
|
|
|
author = OpenStack
|
2021-05-05 16:50:48 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/os-vif/latest/
|
2022-05-26 12:04:48 +01:00
|
|
|
python_requires = >=3.8
|
2015-06-19 23:10:54 -04:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
2019-10-25 09:24:35 -05:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
2021-11-24 18:04:48 -06:00
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
2022-05-26 12:04:48 +01:00
|
|
|
Programming Language :: Python :: 3.10
|
2019-10-25 09:24:35 -05:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
2015-06-19 23:10:54 -04:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
os_vif
|
2016-01-27 15:55:55 +00:00
|
|
|
vif_plug_linux_bridge
|
2016-01-27 15:55:55 +00:00
|
|
|
vif_plug_ovs
|
2018-07-24 19:51:04 +00:00
|
|
|
vif_plug_noop
|
2015-06-19 23:10:54 -04:00
|
|
|
|
2016-01-27 15:55:55 +00:00
|
|
|
[entry_points]
|
|
|
|
os_vif =
|
|
|
|
linux_bridge = vif_plug_linux_bridge.linux_bridge:LinuxBridgePlugin
|
2016-04-04 17:50:39 +01:00
|
|
|
ovs = vif_plug_ovs.ovs:OvsPlugin
|
2018-05-11 16:50:45 +00:00
|
|
|
noop = vif_plug_noop.noop:NoOpPlugin
|
2021-05-04 18:44:46 -04:00
|
|
|
oslo.config.opts =
|
|
|
|
os_vif = os_vif.opts:list_plugins_opts
|