diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 30628c0d..cec7d379 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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. diff --git a/README.rst b/README.rst index e658b908..7222c761 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/doc/source/installation.rst b/doc/source/installation.rst index ddf0fd4f..e014aedd 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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