File python-networking-generic-switch.spec of Package python-networking-generic-switch
#
# spec file for package python-networking-generic-switch
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python3-networking-generic-switch
Version: 7.6.0~dev1
Release: 0
Summary: Generic Switch ML2 Neutron Driver
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/networking-generic-switch
Source0: networking-generic-switch-master.tar.gz
BuildRequires: fdupes
BuildRequires: openstack-macros
BuildRequires: python3-netmiko
BuildRequires: python3-neutron
BuildRequires: python3-neutron-lib
BuildRequires: python3-oslo.config
BuildRequires: python3-oslo.db
BuildRequires: python3-oslo.i18n
BuildRequires: python3-oslo.log
BuildRequires: python3-oslo.middleware
BuildRequires: python3-oslotest
BuildRequires: python3-six
BuildRequires: python3-stestr
BuildRequires: python3-stevedore
BuildRequires: python3-tenacity
BuildRequires: python3-testresources
BuildRequires: python3-testtools
BuildRequires: python3-tooz
Requires: python3-netmiko
Requires: python3-neutron
Requires: python3-oslo.config
Requires: python3-oslo.db
Requires: python3-oslo.i18n
Requires: python3-oslo.log
Requires: python3-oslo.middleware
Requires: python3-six
Requires: python3-stevedore
Requires: python3-tenacity
Requires: python3-tooz
BuildArch: noarch
%description
This is a Modular Layer 2 `Neutron Mechanism driver
<https://wiki.openstack.org/wiki/Neutron/ML2>`_. The mechanism driver is
responsible for applying configuration information to hardware equipment.
``GenericSwitch`` provides a pluggable framework to implement
functionality required for use-cases like OpenStack Ironic multi-tenancy mode.
It abstracts applying changes to all switches managed by this ML2 plugin
and handling ``local_link_information`` field of Neutron port.
%package doc
Summary: Generic Switch ML2 Neutron Driver Doc
Group: Documentation/HTML
BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-sphinxcontrib-apidoc
%description doc
Documentation for OpenStack Generic Switch ML2 Neutron Driver.
%prep
%autosetup -p1 -n networking-generic-switch-7.6.0.dev1
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=7.6.0.dev1 %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
%{py3_install}
%fdupes %{buildroot}%{python3_sitelib}
%check
%{openstack_stestr_run}
%files
%license LICENSE
%doc README.rst
%{python3_sitelib}/networking_generic_switch
%{python3_sitelib}/networking_generic_switch*egg-info
%files doc
%license LICENSE
%doc doc/build/html
%changelog