From 5e2f55ce3ecf6d2bfdcc0ca7f7a97037ea1d0f76 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Sat, 17 Mar 2018 15:56:58 +0100 Subject: [PATCH] Migration to Storyboard Sahara projects migrated to storyboard.openstack.org. Replace the references to Launchpad, including the rename of a documentation page focuse on launchpad (which would probably require a redirect on the openstack.org site), and clean up some old details about blueprints. Fix the bug links in the openstackdocstheme configuration. Change-Id: I30642356f1b1076a874f14fc43fad234fa9a098d --- releasenotes/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 264524b..d7b6574 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -21,7 +21,7 @@ extensions = [ # openstackdocstheme options repository_name = 'openstack/sahara' -bug_project = 'sahara' +bug_project = '935' bug_tag = 'releasenotes' html_last_updated_fmt = '%Y-%m-%d %H:%M'