From 3fba6d24f58aed7581d38620b20c35588c26b265 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 22 Sep 2025 20:38:52 +0900 Subject: [PATCH] Replace storyboard by launchpad Ironic project now globally uses launchpad as its bug tracker, instead of storyboard. Change-Id: Ieafe660ad5c8a49dd3c63c0456e88c5096eab491 Signed-off-by: Takashi Kajinami --- CONTRIBUTING.rst | 4 ++-- README.rst | 2 +- doc/source/conf.py | 2 +- doc/source/contributor/contributing.rst | 2 +- releasenotes/source/conf.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3ecf7488..ec17c115 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -12,6 +12,6 @@ submitted for review via the Gerrit tool: Pull requests submitted through GitHub will be ignored. -Bugs should be filed in StoryBoard, not GitHub: +Bugs should be filed in Launchpad, not GitHub: - https://storyboard.openstack.org/#!/project/952 + https://bugs.launchpad.net/ironic-ui diff --git a/README.rst b/README.rst index ecfaa2b0..988175aa 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ metal nodes, ports and drivers. * Documentation: https://docs.openstack.org/ironic-ui/latest * Release notes: https://docs.openstack.org/releasenotes/ironic-ui/ * Source: https://opendev.org/openstack/ironic-ui -* Bugs: https://storyboard.openstack.org/#!/project/952 +* Bugs: https://bugs.launchpad.net/ironic-ui Features -------- diff --git a/doc/source/conf.py b/doc/source/conf.py index a4501250..9709f410 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -185,7 +185,7 @@ html_theme = 'openstackdocs' # openstackdocstheme options openstackdocs_repo_name = 'openstack/ironic-ui' openstackdocs_pdf_link = True -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # Output file base name for HTML help builder. htmlhelp_basename = 'ironic-uidoc' diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 16f3458c..01baed15 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -20,7 +20,7 @@ Project Hosting Details ------------------------- Bug tracker - https://storyboard.openstack.org/#!/project/952 + https://bugs.launchpad.net/ironic-ui Mailing list (prefix subjects with ``[ironic]`` for faster responses) http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4cb60015..c5140c86 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -134,7 +134,7 @@ html_theme = 'openstackdocs' # openstackdocstheme options openstackdocs_repo_name = 'openstack/ironic-ui' -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False openstackdocs_auto_name = False # Theme options are theme-specific and customize the look and feel of a theme