Commit Graph

7 Commits

Author SHA1 Message Date
zhangbailin
4f5afdce6b Dropping support for py35
As per below ML thread, we are good to drop the py35
support now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1]http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: Icf0980b8f1a8d884b05621f5298c13cad5f05387
2019-05-21 07:14:43 +00:00
caoyuan
d49cf7ab5c Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If60f0bea94b5cf1009466c6371a4c8ee06e9c728
2019-04-26 17:31:20 +08:00
Vieri
158dddaf50 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I8f520ee99f9cf52d82792ea5834dc2a92119167b
2018-12-04 17:59:14 +00:00
Brian Haley
2cbb10eb3f Add release notes job to zuul template
We are not running the release notes job, so are unable to
see the built release notes when they are included in a patch.
Add it as in the other neutron repos.

Also added a similar README.rst as the neutron repo to give
the basic info on release note generation, and fixed up
various issues in the configuration description.

Change-Id: I98ffed3ed77a16bba59cae69a73cb699ddb175fb
2018-09-13 15:26:04 -06:00
ShangXiao
ae642b2920 Fix the old or invalid doc links
The urls in docs are old or invalid.
Replace them with the right ones for the docs according to
the official OpenStack websites.

Change-Id: I259702f5771e975fe24f7e97a450f342d8ad2beb
2018-03-15 08:45:25 +00:00
Chandan Kumar
667d3d3260 Refactored Neutron tempest plugin directory structure
* switch from neutron.tests.tempest to neutron_tempest_plugin
* Cleaned up README.rst and setup.cfg
* Use neutron_tempest_plugin as a tempest plugin package
* Fixed gitreview
* Keeping flake8 Ignores in tox.ini as tempest plugin is
  imported from neutron codebase.

Change-Id: I42d389836e72813fdeebc797a577f4a8ac2ee603
2017-11-13 09:19:11 +05:30
Chandan Kumar
5e6198734b Apply cookiecutter to newly split project
This tempest plugin is being split out of the main neutron project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-09-07 22:23:55 +05:30