Merge "Revert bug links to Launchpad"

This commit is contained in:
Zuul
2026-02-16 10:24:47 +00:00
committed by Gerrit Code Review
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']