Use seperate launchpad project for client

Use http://bugs.launchpad.net/python-searchlightclient
instead of http://bugs.launchpad.net/searchlight to track
releases of client.

Change-Id: I8cae98d87546dc841d0d3e361257350ea3fc0a08
This commit is contained in:
liyingjun 2015-11-29 01:33:49 +08:00
parent cb790b63af
commit bcb1a14e14
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ hosted on `Github`_. Patches must be submitted using `Gerrit`_, *not* Github
pull requests. pull requests.
.. _Github: https://github.com/openstack/python-searchlightclient .. _Github: https://github.com/openstack/python-searchlightclient
.. _Launchpad: https://launchpad.net/searchlight .. _Launchpad: https://launchpad.net/python-searchlightclient
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow .. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
python-searchlightclient is licensed under the Apache License like the rest of python-searchlightclient is licensed under the Apache License like the rest of
@ -42,7 +42,7 @@ To use with keystone as the authentication system::
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* Documentation: http://docs.openstack.org/developer/python-searchlightclient * Documentation: http://docs.openstack.org/developer/python-searchlightclient
* Source: http://git.openstack.org/cgit/openstack/python-searchlightclient * Source: http://git.openstack.org/cgit/openstack/python-searchlightclient
* Bugs: http://bugs.launchpad.net/searchlight * Bugs: http://bugs.launchpad.net/python-searchlightclient
Testing Testing
------- -------

View File

@ -21,7 +21,7 @@ on `Launchpad`_. Submit code to the openstack/python-searchlightclient project
using `Gerrit`_. using `Gerrit`_.
.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-searchlightclient .. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-searchlightclient
.. _Launchpad: https://launchpad.net/searchlight .. _Launchpad: https://launchpad.net/python-searchlightclient
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow .. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
Testing Testing