Commit Graph

6 Commits

Author SHA1 Message Date
Brian Haley 969d66e149 Update the contributor information
Some of the links and information were outdated here, update
and point to Neutron tree for installation and usage.

TrivialFix

Change-Id: Ia913a976dc2f60eb28548b2f099d924e160df2cf
2023-11-15 09:58:15 -05:00
caoyuan d49cf7ab5c Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If60f0bea94b5cf1009466c6371a4c8ee06e9c728
2019-04-26 17:31:20 +08: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