diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8ab7e19f..b37532ae 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 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 diff --git a/README.rst b/README.rst index beb0f5a2..eb8ad9cf 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------- diff --git a/doc/source/conf.py b/doc/source/conf.py index ff6a826e..76cda405 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 8437073b..0264d18a 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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']