From 0df6b5be968407182b661b214a2f5cca0c686149 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 2 Aug 2019 10:53:32 +0200 Subject: [PATCH] Update for Storyboard This project uses storyboard for new bugs, so fix a few places: * Fix the "Report a bug" links so that bugs get reported against storyboard, not launchpad. * Update CONTRIBUTING to link to storyboard. Change-Id: I2760db2e14015407af46ec52ffe4883262ccb5ba --- CONTRIBUTING.rst | 4 ++-- api-ref/source/conf.py | 3 +-- doc/source/conf.py | 3 +-- releasenotes/source/conf.py | 3 +-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4abf70fdaa..c48267551b 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/magnum + https://storyboard.openstack.org/#!/project/openstack/magnum diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 3c968924f7..c215c71989 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -92,8 +92,7 @@ pygments_style = 'sphinx' # openstackdocstheme options repository_name = 'openstack/magnum' -bug_project = 'magnum' -bug_tag = 'api-ref' +use_storyboard = True # -- Options for man page output ---------------------------------------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index 53eefe532d..f21a0550c7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,8 +31,7 @@ extensions = [ # openstackdocstheme options repository_name = 'openstack/magnum' -bug_project = 'magnum' -bug_tag = '' +use_storyboard = True config_generator_config_file = '../../etc/magnum/magnum-config-generator.conf' sample_config_basename = '_static/magnum' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index bf90a5ccfb..315c71702f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -46,8 +46,7 @@ extensions = [ # openstackdocstheme options repository_name = 'openstack/magnum' -bug_project = 'magnum' -bug_tag = '' +use_storyboard = True # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']