diff --git a/README.en.md b/README.en.md index aade1bb814103f56a5e4e99e2c819054b16bfd57..e27f75fb3c981c1fde6ed8d3373663ff7bb8c33c 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,3 @@ # networking-generic-switch -#### Description -This is a Modular Layer 2 Neutron Mechanism driver. The mechanism driver is responsible for applying configuration information to hardware equipment. - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +OpenStack services are exclusively released in the openEuler LTS version. Please refer to other Multi-Version branches for the Spec source code. \ No newline at end of file diff --git a/README.md b/README.md index e1cee95da2e534ab6cf7ed57b43a975a39d4bd99..4e6ca8dca7dd8a038d106b7337214c6e3be8a9d6 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,3 @@ # networking-generic-switch -#### 介绍 -This is a Modular Layer 2 Neutron Mechanism driver. The mechanism driver is responsible for applying configuration information to hardware equipment. - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +openstack服务只在openEuler LTS版本发布,Spec源码请参考其他Multi-Version分支。 \ No newline at end of file diff --git a/networking-generic-switch-6.1.0.tar.gz b/networking-generic-switch-6.1.0.tar.gz deleted file mode 100644 index 74e2bb2be290e024c80c25cff46ab006729dba8f..0000000000000000000000000000000000000000 Binary files a/networking-generic-switch-6.1.0.tar.gz and /dev/null differ diff --git a/python-networking-generic-switch.spec b/python-networking-generic-switch.spec deleted file mode 100644 index 102774e2bda85f7b8f2161e81b9d2f6173297aaa..0000000000000000000000000000000000000000 --- a/python-networking-generic-switch.spec +++ /dev/null @@ -1,98 +0,0 @@ -%global common_desc The Modular Layer 2 (ml2) plugin driver, that allow to work \ - with switches from different vendors. It uses netmiko library \ - that configures equipment via SSH. -Name: networking-generic-switch -Version: 6.1.0 -Release: 1 -Summary: Generic Switch ML2 Neutron Driver -License: ASL 2.0 -Group: Development/Languages/Python -URL: https://launchpad.net/networking-generic-switch -Source0: https://files.pythonhosted.org/packages/20/65/a46a13a3d00e4f9af5dde63afdcc2f1b4653751d453d74a759bc729e3823/networking-generic-switch-6.1.0.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 -%{common_desc} - -%package -n python3-networking_generic_switch -Summary: Generic Switch ML2 Neutron Driver - -%description -n python3-networking_generic_switch -%{common_desc} - -%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 -%py_req_cleanup - -%build -%{py3_build} -# remove the sphinx-build leftovers -rm -rf doc/build/html/.{doctrees,buildinfo} - -%install -%{py3_install} -%fdupes %{buildroot}%{python3_sitelib} - -%check -%{__python3} -m stestr.cli run - -%files -n python3-networking_generic_switch -%license LICENSE -%doc README.rst -%{python3_sitelib}/networking_generic_switch -%{python3_sitelib}/networking_generic_switch*egg-info - -%files doc -%license LICENSE - -%changelog -* Tue Jul 19 2022 renliang16 - 6.1.0-1 -- Upgrade package python3-networking-generic-switch to version 6.1.0 - -* Thu Jul 15 2021 liksh - 5.0.0-1 -- update 4.0.1 to 5.0.0 - -* Mon Mar 15 2021 zhaorenhai - 4.0.1-2 -- Add source0 url - -* Sat Mar 13 2021 zhaorenhai -- Initial package