Change launchpad to storyboard links

Change-Id: I91dd7fba45511400dfe8eb9580a3967ae4a0a480
This commit is contained in:
Nguyen Hai 2018-09-01 12:24:14 +09:00
parent 4ae0762538
commit 7c08a38e0c
3 changed files with 16 additions and 15 deletions

View File

@ -1,16 +1,16 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
Bugs should be filed on Storyboard, not GitHub:
https://bugs.launchpad.net/python-searchlightclient
https://storyboard.openstack.org/#!/project_group/93

View File

@ -17,13 +17,13 @@ This is a client library for Searchlight built on the Searchlight API. It
provides a Python API (the ``searchlightclient`` module) and a command-line
tool (``searchlight``).
The project is hosted on `Launchpad`_, where bugs can be filed. The code is
The project is hosted on `Storyboard`_, where bugs can be filed. The code is
hosted on `OpenStack git repository`_. Patches must be submitted using
`Gerrit`_, *not* git repo
pull requests.
.. _OpenStack git repository: https://git.openstack.org/cgit/openstack/python-searchlightclient
.. _Launchpad: https://launchpad.net/python-searchlightclient
.. _Storyboard: https://storyboard.openstack.org/#!/project_group/93
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
python-searchlightclient is licensed under the Apache License like the rest of
@ -43,7 +43,7 @@ python dependencies::
.. note::
The packages on PyPI may lag behind the git repo in functionality.
.. _PyPI: https://pypi.org/project/python-searchlightclient/
.. _PyPI: https://pypi.python.org/pypi/python-searchlightclient/
Setup the client from source
----------------------------
@ -96,7 +96,7 @@ Set Keystone environment variables to execute CLI commands against searchlight.
http://localhost:9393. You can also set up a `Openstackclient`_ config file
to work with the CLI.
.. _Openstackclient: https://docs.openstack.org/python-openstackclient/latest/#clouds-yaml
.. _Openstackclient: https://docs.openstack.org/developer/python-openstackclient/configuration.html#clouds-yaml
::
@ -138,9 +138,9 @@ To use with keystone as the authentication system::
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/python-searchlightclient/latest/
* Documentation: https://docs.openstack.org/developer/python-searchlightclient
* Source: https://git.openstack.org/cgit/openstack/python-searchlightclient
* Bugs: https://bugs.launchpad.net/python-searchlightclient
* Bugs: https://storyboard.openstack.org/#!/project_group/93
Testing
-------
@ -148,4 +148,5 @@ Testing
There are multiple test targets that can be run to validate the code.
* tox -e pep8 - style guidelines enforcement
* tox -e py27 - traditional unit testing
* tox -e py27 - traditional unit testing with python 2.7
* tox -e py35 - traditional unit testing with python 3.5

View File

@ -3,12 +3,12 @@ Contributing
============
Code is hosted at `git.openstack.org`_. Submit bugs to the searchlight project
on `Launchpad`_. Submit code to the openstack/python-searchlightclient project
on `Storyboard`_. Submit code to the openstack/python-searchlightclient project
using `Gerrit`_.
.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-searchlightclient
.. _Launchpad: https://launchpad.net/python-searchlightclient
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _Storyboard: https://storyboard.openstack.org/#!/project_group/93
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Testing
-------
@ -17,4 +17,4 @@ The preferred way to run the unit tests is using ``tox``.
See `Consistent Testing Interface`_ for more details.
.. _Consistent Testing Interface: http://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst
.. _Consistent Testing Interface: https://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst