From 7c08a38e0c110cf39182a4c8da2d598ba00f3395 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Sat, 1 Sep 2018 12:24:14 +0900 Subject: [PATCH] Change launchpad to storyboard links Change-Id: I91dd7fba45511400dfe8eb9580a3967ae4a0a480 --- CONTRIBUTING.rst | 8 ++++---- README.rst | 15 ++++++++------- doc/source/contribute/index.rst | 8 ++++---- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index aab138e..7aaae0c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 diff --git a/README.rst b/README.rst index b5e47be..156494c 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/source/contribute/index.rst b/doc/source/contribute/index.rst index d40248f..de1fcda 100644 --- a/doc/source/contribute/index.rst +++ b/doc/source/contribute/index.rst @@ -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