Revert bug links to Launchpad

Update bug links to point to Launchpad instead of Storyboard

Change-Id: I1878ca9f4f05ea0b3fb238517f766ab7b9d76d62
Signed-off-by: Richard Cruise <rcruise@redhat.com>
This commit is contained in:
Richard Cruise
2026-01-08 09:18:12 +00:00
parent dbb8e17ff3
commit ee9a80cd70
4 changed files with 7 additions and 5 deletions

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 OpenStack Storyboard, not GitHub:
Bugs should be filed on Launchpad, not GitHub or Storyboard:
https://storyboard.openstack.org/#!/project/911
https://bugs.launchpad.net/octavia

View File

@@ -24,7 +24,7 @@ https://docs.openstack.org/python-openstackclient/latest/
* Documentation: https://docs.openstack.org/python-octaviaclient/latest/
* Source: https://opendev.org/openstack/python-octaviaclient
* Release notes: https://docs.openstack.org/releasenotes/python-octaviaclient/
* Bugs: https://storyboard.openstack.org/#!/project/911
* Bugs: https://bugs.launchpad.net/octavia
Getting Started
===============

View File

@@ -54,7 +54,8 @@ pygments_style = 'native'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/python-octaviaclient'
openstackdocs_pdf_link = True
openstackdocs_use_storyboard = True
openstackdocs_bug_project = 'octavia'
openstackdocs_bug_tag = 'docs'
autoprogram_cliff_application = 'openstack'

View File

@@ -44,7 +44,8 @@ extensions = [
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/python-octaviaclient'
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']