Revert bug links to Launchpad

Update bug links to point to Launchpad instead of Storyboard

Change-Id: Ida003c992a34a4ce7c09261b3bb22b816750e580
Signed-off-by: Richard Cruise <rcruise@redhat.com>
This commit is contained in:
Richard Cruise
2026-01-08 09:03:12 +00:00
committed by Michael Johnson
parent 1ebfca0115
commit 637e942f35
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -12,6 +12,6 @@ submitted for review via the Gerrit tool:
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on StoryBoard, not GitHub:
Bugs should be filed on Launchpad, not GitHub or Storyboard:
https://storyboard.openstack.org/#!/project/openstack/octavia-tempest-plugin
https://bugs.launchpad.net/octavia
+1 -1
View File
@@ -25,7 +25,7 @@ https://docs.openstack.org/tempest/latest/plugin.html
* Free software: Apache license
* Documentation: https://docs.openstack.org/octavia-tempest-plugin/latest/
* Source: https://opendev.org/openstack/octavia-tempest-plugin
* Bugs: https://storyboard.openstack.org/#!/project/openstack/octavia-tempest-plugin
* Bugs: https://bugs.launchpad.net/octavia
Installing
----------
+2 -1
View File
@@ -62,7 +62,8 @@ modindex_common_prefix = ['octavia_tempest_plugin.']
openstackdocs_repo_name = 'openstack/octavia-tempest-plugin'
openstackdocs_pdf_link = True
openstackdocs_use_storyboard = True
openstackdocs_bug_project = 'octavia'
openstackdocs_bug_tag = 'docs'
apidoc_output_dir = '_build/modules'
apidoc_module_dir = '../../octavia_tempest_plugin'
+2 -1
View File
@@ -45,7 +45,8 @@ extensions = [
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/octavia-tempest-plugin'
openstackdocs_auto_name = False
openstackdocs_use_storyboard = True
openstackdocs_bug_project = 'octavia'
openstackdocs_bug_tag = 'docs'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']