From e12bd35ba517c9cea833b001416bb8e534ec6a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Thu, 5 Jul 2018 13:39:33 +0200 Subject: [PATCH] Migration to Storyboard This project can migrate to storyboard.openstack.org. Replace references to Launchpad. Change-Id: I27d49605d7048dfa644b07effa8fe2ab9957e0f2 --- CONTRIBUTING.rst | 4 ++-- README.rst | 4 ++-- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4d25748..a14ecc0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,6 +11,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/cloudkitty + https://storyboard.openstack.org/#!/project/891 diff --git a/README.rst b/README.rst index 3452d98..13718f3 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ to contribute, contact us. You can reach us through IRC (#cloudkitty @freenode.net), or on the official OpenStack mailing list openstack-dev@lists.openstack.org. -A launchpad_ project is available if you need to report bugs. +A storyboard_ project is available if you need to report bugs. Trying it @@ -50,7 +50,7 @@ CloudKitty can be deployed with devstack, more information can be found in the `devstack section`_ of the documentation. -.. _launchpad: https://launchpad.net/cloudkitty +.. _storyboard: https://storyboard.openstack.org/#!/project/891 .. _devstack section: https://cloudkitty.readthedocs.org/en/latest/devstack.html diff --git a/doc/source/conf.py b/doc/source/conf.py index a98caca..41894d7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -282,5 +282,5 @@ texinfo_documents = [ # -- Options for openstackdocstheme ------------------------------------------- repository_name = 'openstack/cloudkitty-dashboard' -bug_project = 'cloudkitty-dashboard' +bug_project = '891' bug_tag = 'doc' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 66b2297..59f8aaa 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -258,5 +258,5 @@ texinfo_documents = [ # -- Options for openstackdocstheme ------------------------------------------- repository_name = 'openstack/cloudkitty-dashboard' -bug_project = 'cloudkitty-dashboard' +bug_project = '891' bug_tag = 'doc'