Bugs are now in Launchpad, update docs to reflect
Update docs to reflect bugs being in LP now. Change-Id: Ibe43fe463af1d7a3998acaa8b6c985b068249f91
This commit is contained in:
parent
57ca3bbadd
commit
e6fa558879
@ -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/962
|
||||
https://bugs.launchpad.net/virtualbmc
|
||||
|
@ -46,13 +46,9 @@ Project resources
|
||||
|
||||
* Documentation: https://docs.openstack.org/virtualbmc/latest
|
||||
* Source: https://opendev.org/openstack/virtualbmc
|
||||
* Bugs: https://storyboard.openstack.org/#!/project/openstack/virtualbmc
|
||||
* Bugs: https://bugs.launchpad.net/virtualbmc
|
||||
* Release Notes: https://docs.openstack.org/releasenotes/virtualbmc/
|
||||
|
||||
Project status, bugs, and requests for feature enhancements (RFEs) are tracked
|
||||
in StoryBoard:
|
||||
https://storyboard.openstack.org/#!/project/openstack/virtualbmc
|
||||
|
||||
For information on how to contribute to VirtualBMC, see
|
||||
https://docs.openstack.org/virtualbmc/latest/contributor
|
||||
|
||||
|
@ -32,7 +32,7 @@ except ImportError:
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/virtualbmc'
|
||||
openstackdocs_pdf_link = True
|
||||
openstackdocs_use_storyboard = True
|
||||
openstackdocs_use_storyboard = False
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
# text edit cycles.
|
||||
|
@ -70,7 +70,7 @@ author = 'Ironic Developers'
|
||||
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/virtualbmc'
|
||||
openstackdocs_use_storyboard = True
|
||||
openstackdocs_use_storyboard = False
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
Loading…
Reference in New Issue
Block a user