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
This commit is contained in:
parent
3abea1de41
commit
969d66e149
@ -1,17 +1,16 @@
|
||||
If you would like to contribute to the development of OpenStack, you must
|
||||
follow the steps in this page:
|
||||
The source repository for this project can be found at:
|
||||
|
||||
https://docs.openstack.org/infra/manual/developers.html
|
||||
https://opendev.org/openstack/neutron-tempest-plugin
|
||||
|
||||
If you already have a good understanding of how the system works and your
|
||||
OpenStack accounts are set up, you can skip to the development workflow
|
||||
section of this documentation to learn how changes to OpenStack should be
|
||||
submitted for review via the Gerrit tool:
|
||||
Pull requests submitted through GitHub are not monitored.
|
||||
|
||||
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
To start contributing to OpenStack, follow the steps in the contribution guide
|
||||
to set up and use Gerrit:
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
|
||||
|
||||
Bugs should be filed on Launchpad, not GitHub:
|
||||
Bugs should be filed on Launchpad:
|
||||
|
||||
https://bugs.launchpad.net/neutron_tempest_plugin
|
||||
https://bugs.launchpad.net/neutron
|
||||
|
||||
And the tag 'tempest' should be added to the bug.
|
||||
|
@ -9,5 +9,5 @@ It contains the tempest plugin for the functional testing of Neutron Project.
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/neutron/latest/
|
||||
* Source: https://opendev.org/openstack/neutron-tempest-plugin
|
||||
* Bugs: https://bugs.launchpad.net/neutron
|
||||
* Bugs: https://bugs.launchpad.net/neutron - tag: tempest
|
||||
* Release notes: https://docs.openstack.org/releasenotes/neutron-tempest-plugin/
|
||||
|
@ -2,11 +2,7 @@
|
||||
Installation
|
||||
============
|
||||
|
||||
At the command line::
|
||||
For installation and usage of neutron-tempest-plugin, please refer
|
||||
to the documentation in the Neutron tree:
|
||||
|
||||
$ pip install openstack
|
||||
|
||||
Or, if you have virtualenvwrapper installed::
|
||||
|
||||
$ mkvirtualenv openstack
|
||||
$ pip install openstack
|
||||
https://docs.openstack.org/neutron/latest/contributor/testing/tempest.html
|
||||
|
Loading…
Reference in New Issue
Block a user