docs: Change Storyboard links to Launchpad

Change-Id: I84d5a3b516f3e46b82e4a87b00013c5c942b96e8
This commit is contained in:
Michal Nasiadka 2023-10-03 14:17:35 +02:00
parent d18aa8ffa2
commit 58a6bb69a4
5 changed files with 6 additions and 7 deletions

View File

@ -47,8 +47,7 @@ Task Tracking
there more than one launchpad project? what's the name of the project
group in storyboard?
We track our tasks in `Storyboard
<https://storyboard.openstack.org/#!/project/openstack/magnum>`_
We track our tasks in `Launchpad <https://bugs.launchpad.net/magnum>`_
Reporting a Bug
~~~~~~~~~~~~~~~
@ -56,7 +55,7 @@ Reporting a Bug
report bugs for your project.
You found an issue and want to make sure we are aware of it? You can do so
on `Storyboard <https://storyboard.openstack.org/#!/project/openstack/magnum>`_.
on `Launchpad <https://bugs.launchpad.net/magnum>`_.
Getting Your Patch Merged
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -22,7 +22,7 @@ For more information, please refer to the following resources:
* **Admin guide:** https://docs.openstack.org/magnum/latest/admin/index.html
* **Source:** https://opendev.org/openstack/magnum
* **Blueprints:** https://blueprints.launchpad.net/magnum
* **Bugs:** https://storyboard.openstack.org/#!/project/openstack/magnum
* **Bugs:** https://bugs.launchpad.net/magnum
* **REST Client:** https://opendev.org/openstack/python-magnumclient
* **Release notes:** https://docs.openstack.org/releasenotes/magnum/index.html
* **Contributing:** https://docs.openstack.org/magnum/latest/contributor/index.html

View File

@ -92,7 +92,7 @@ pygments_style = 'native'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/magnum'
openstackdocs_use_storyboard = True
openstackdocs_use_storyboard = False
# -- Options for man page output ----------------------------------------------

View File

@ -32,7 +32,7 @@ extensions = [
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/magnum'
openstackdocs_pdf_link = True
openstackdocs_use_storyboard = True
openstackdocs_use_storyboard = False
config_generator_config_file = '../../etc/magnum/magnum-config-generator.conf'
sample_config_basename = '_static/magnum'

View File

@ -46,7 +46,7 @@ extensions = [
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/magnum'
openstackdocs_use_storyboard = True
openstackdocs_use_storyboard = False
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']