Skip to content

Commit 6098747

Browse files
committed
Ironic (and IPA) use launchpad now
Correct links to point to launchpad bug tracker, correct docs config Change-Id: I5d46af2a9d94f3b2e05e4f937e0619a89fe04d4c
1 parent 141c5ff commit 6098747

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ the workflow documented at:
1111

1212
Pull requests submitted through GitHub will be ignored.
1313

14-
Bugs should be filed in StoryBoard, not GitHub:
14+
Bugs should be filed in Launchpad, not GitHub:
1515

16-
https://storyboard.openstack.org/#!/project/947
16+
https://bugs.launchpad.net/ironic-python-agent/+bugs

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ section of the Ironic dev-quickstart guide.
3939

4040
Project Resources
4141
=================
42-
Project status, features, and bugs are tracked on StoryBoard:
42+
Project bugs are tracked on Launchpad:
4343

44-
https://storyboard.openstack.org/#!/project/947
44+
https://bugs.launchpad.net/ironic-python-agent/+bugs
4545

4646
Developer documentation can be found here:
4747

@@ -56,7 +56,7 @@ Source code repository for the project is located at:
5656
https://opendev.org/openstack/ironic-python-agent/
5757

5858
IRC channel:
59-
#openstack-ironic
59+
#openstack-ironic on irc.oftc.net
6060

6161
To contribute, start here: `Openstack: How to
6262
contribute <https://docs.openstack.org/infra/manual/developers.html>`_.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# openstackdocstheme options
6262
openstackdocs_repo_name = 'openstack/ironic-python-agent'
6363
openstackdocs_pdf_link = True
64-
openstackdocs_use_storyboard = True
64+
openstackdocs_use_storyboard = False
6565

6666
# Output file base name for HTML help builder.
6767
htmlhelp_basename = 'Ironic Python Agentdoc'

releasenotes/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
# openstackdocstheme options
114114
openstackdocs_repo_name = 'openstack/ironic-python-agent'
115115
openstackdocs_auto_name = False
116-
openstackdocs_use_storyboard = True
116+
openstackdocs_use_storyboard = False
117117

118118
# Theme options are theme-specific and customize the look and feel of a theme
119119
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)