summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2018-03-17 14:25:54 +0100
committerLuigi Toscano <ltoscano@redhat.com>2018-03-17 14:25:54 +0100
commit85d3faf9ba626ccac3334f0f47d99b1be00b0c71 (patch)
tree41e28ac6b4c8e7c8bc5ed6d9015a738185c66585
parent55936baba02fb2aa835a74fc7d8744b546fcc60a (diff)
downloadpython-saharaclient-85d3faf9ba626ccac3334f0f47d99b1be00b0c71.tar.gz
Migration to Storyboard
Sahara projects migrated to storyboard.openstack.org. Replace the references to Launchpad and clean up some duplication. Fix the bug link in the openstackdocstheme configuration. Change-Id: I01092ad6d35e2c0624646033d95c00526094a06d
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--README.rst8
-rw-r--r--doc/source/_templates/sidebarlinks.html2
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/contributor/index.rst4
5 files changed, 9 insertions, 11 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ef64b61..918dede 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -16,6 +16,6 @@ the workflow documented at:
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-saharaclient
+ https://storyboard.openstack.org/#!/project/934
diff --git a/README.rst b/README.rst
index b981264..abf7dc4 100644
--- a/README.rst
+++ b/README.rst
@@ -32,18 +32,16 @@ in the `developer guide
* License: Apache License, Version 2.0
* `PyPi`_ - package installation
* `Online Documentation`_
-* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
-* `Bugs`_ - issue tracking
+* `Bugs`_ - stories and issue tracking
* `Source`_
* `Specs`_
* `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-saharaclient
.. _Online Documentation: https://docs.openstack.org/python-saharaclient/latest/
-.. _Launchpad project: https://launchpad.net/python-saharaclient
-.. _Blueprints: https://blueprints.launchpad.net/python-saharaclient
-.. _Bugs: https://bugs.launchpad.net/python-saharaclient
+.. _Blueprints: http://specs.openstack.org/openstack/sahara-specs/
+.. _Bugs: https://storyboard.openstack.org/#!/project/934
.. _Source: https://git.openstack.org/cgit/openstack/python-saharaclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/sahara-specs/
diff --git a/doc/source/_templates/sidebarlinks.html b/doc/source/_templates/sidebarlinks.html
index af88d86..09ad156 100644
--- a/doc/source/_templates/sidebarlinks.html
+++ b/doc/source/_templates/sidebarlinks.html
@@ -1,7 +1,7 @@
<h3>Useful Links</h3>
<ul>
<li><a href="https://wiki.openstack.org/wiki/Sahara">Sahara @ OpenStack Wiki</a></li>
- <li><a href="https://launchpad.net/sahara">Sahara @ Launchpad</a></li>
+ <li><a href="https://storyboard.openstack.org/#!/project_group/74">Sahara @ Storyboard</a></li>
</ul>
{% if READTHEDOCS %}
diff --git a/doc/source/conf.py b/doc/source/conf.py
index bdc4790..f49cb92 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -45,7 +45,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
# openstackdocstheme options
repository_name = 'openstack/python-saharaclient'
-bug_project = 'python-saharaclient'
+bug_project = '934'
bug_tag = 'doc'
html_last_updated_fmt = '%Y-%m-%d %H:%M'
diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst
index 3e24a5b..f89906b 100644
--- a/doc/source/contributor/index.rst
+++ b/doc/source/contributor/index.rst
@@ -2,7 +2,7 @@ Contributing
============
``python-saharaclient`` is part of the Sahara project.
-It has a separate `launchpad`_ page which should be used to report bugs.
+It has a separate `storyboard`_ page which should be used to report bugs.
Like the other projects of the OpenStack community, code contribution happens
through `gerrit`_.
@@ -12,5 +12,5 @@ how to contribute to the project.
.. _Sahara documentation: https://docs.openstack.org/sahara/latest/
.. _How to Participate section: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html
-.. _launchpad: https://launchpad.net/python-saharaclient
+.. _storyboard: https://storyboard.openstack.org/#!/project/934
.. _gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow