Replace storyboard by launchpad
Ironic project now globally uses launchpad as its bug tracker, instead of storyboard. Change-Id: Ieafe660ad5c8a49dd3c63c0456e88c5096eab491 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -12,6 +12,6 @@ submitted for review via the Gerrit tool:
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
Bugs should be filed in StoryBoard, not GitHub:
|
||||
Bugs should be filed in Launchpad, not GitHub:
|
||||
|
||||
https://storyboard.openstack.org/#!/project/952
|
||||
https://bugs.launchpad.net/ironic-ui
|
||||
|
@@ -18,7 +18,7 @@ metal nodes, ports and drivers.
|
||||
* Documentation: https://docs.openstack.org/ironic-ui/latest
|
||||
* Release notes: https://docs.openstack.org/releasenotes/ironic-ui/
|
||||
* Source: https://opendev.org/openstack/ironic-ui
|
||||
* Bugs: https://storyboard.openstack.org/#!/project/952
|
||||
* Bugs: https://bugs.launchpad.net/ironic-ui
|
||||
|
||||
Features
|
||||
--------
|
||||
|
@@ -185,7 +185,7 @@ html_theme = 'openstackdocs'
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/ironic-ui'
|
||||
openstackdocs_pdf_link = True
|
||||
openstackdocs_use_storyboard = True
|
||||
openstackdocs_use_storyboard = False
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'ironic-uidoc'
|
||||
|
@@ -20,7 +20,7 @@ Project Hosting Details
|
||||
-------------------------
|
||||
|
||||
Bug tracker
|
||||
https://storyboard.openstack.org/#!/project/952
|
||||
https://bugs.launchpad.net/ironic-ui
|
||||
|
||||
Mailing list (prefix subjects with ``[ironic]`` for faster responses)
|
||||
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
|
||||
|
@@ -134,7 +134,7 @@ html_theme = 'openstackdocs'
|
||||
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/ironic-ui'
|
||||
openstackdocs_use_storyboard = True
|
||||
openstackdocs_use_storyboard = False
|
||||
openstackdocs_auto_name = False
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
|
Reference in New Issue
Block a user