Update the bug tracker links in the doc (switch to Launchpad)
The Octavia has decided to move back to Launchpad for the B release cycle. Change-Id: I6f003377824867e74b1a96f9eb3e1df3fdf856da
This commit is contained in:
parent
e2bc07222f
commit
9ba449c9a9
@ -9,9 +9,9 @@ to set up and use Gerrit:
|
|||||||
|
|
||||||
https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
|
https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
|
||||||
|
|
||||||
Bugs should be filed on Storyboard:
|
Bugs should be filed on Launchpad:
|
||||||
|
|
||||||
https://storyboard.openstack.org/#!/project/openstack/octavia
|
https://launchpad.net/octavia
|
||||||
|
|
||||||
For more specific information about contributing to this repository, see the
|
For more specific information about contributing to this repository, see the
|
||||||
Octavia contributor guide:
|
Octavia contributor guide:
|
||||||
|
@ -39,7 +39,7 @@ The project source code repository is located at
|
|||||||
https://opendev.org/openstack/octavia
|
https://opendev.org/openstack/octavia
|
||||||
|
|
||||||
Project status, bugs, and requests for feature enhancements are tracked on
|
Project status, bugs, and requests for feature enhancements are tracked on
|
||||||
https://storyboard.openstack.org/#!/project/openstack/octavia
|
https://launchpad.net/octavia
|
||||||
|
|
||||||
For more information on project direction and guiding principles for
|
For more information on project direction and guiding principles for
|
||||||
contributors, please see the CONSTITUTION.rst file in this directory, or
|
contributors, please see the CONSTITUTION.rst file in this directory, or
|
||||||
|
@ -37,7 +37,8 @@ html_theme_options = {
|
|||||||
"sidebar_mode": "toc"
|
"sidebar_mode": "toc"
|
||||||
}
|
}
|
||||||
openstackdocs_repo_name = 'openstack/octavia'
|
openstackdocs_repo_name = 'openstack/octavia'
|
||||||
openstackdocs_use_storyboard = True
|
openstackdocs_bug_project = 'octavia'
|
||||||
|
openstackdocs_bug_tag = ''
|
||||||
|
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
|
@ -31,4 +31,4 @@ The driver source: https://opendev.org/openstack/octavia/
|
|||||||
|
|
||||||
The documentation: https://docs.openstack.org/octavia/latest/
|
The documentation: https://docs.openstack.org/octavia/latest/
|
||||||
|
|
||||||
Where to report issues with the driver: https://storyboard.openstack.org/#!/project/openstack/octavia
|
Where to report issues with the driver: https://launchpad.net/octavia
|
||||||
|
@ -94,15 +94,14 @@ The Octavia team use both Request For Enhancement (RFE) and Specifications
|
|||||||
|
|
||||||
RFE
|
RFE
|
||||||
When a feature being proposed is easy to understand and will have limited
|
When a feature being proposed is easy to understand and will have limited
|
||||||
scope, the requester will create an RFE in Storyboard. This is a story that
|
scope, the requester will create an RFE in Launchpad. This is a bug report
|
||||||
includes the tag **[RFE]** in the subject prefix and has the "**rfe**" tag
|
that includes the tag **[RFE]** in the subject prefix.
|
||||||
added to the story.
|
|
||||||
|
|
||||||
Once an RFE story is created, a core reviewer or the Project Team Lead
|
Once an RFE bug report is created, a core reviewer or the Project Team Lead
|
||||||
(PTL) will approved the RFE by adding the "**rfe-approved**" tag. This
|
(PTL) will approved the RFE by setting the Importance field to
|
||||||
signals that the core team understands the feature being proposed and
|
**Wishlist**. This signals that the core team understands the feature being
|
||||||
enough detail has been provided to make sure the core team understands the
|
proposed and enough detail has been provided to make sure the core team
|
||||||
goal of the change.
|
understands the goal of the change.
|
||||||
|
|
||||||
specs
|
specs
|
||||||
If the new feature is a major change or additon to Octavia that will need
|
If the new feature is a major change or additon to Octavia that will need
|
||||||
@ -132,8 +131,8 @@ development cycle available at: https://releases.openstack.org/
|
|||||||
Task Tracking
|
Task Tracking
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
We track our tasks in `Storyboard
|
We track our tasks in `Launchpad
|
||||||
<https://storyboard.openstack.org/#!/project/openstack/octavia>`_.
|
<https://launchpad.net/octavia>`_.
|
||||||
|
|
||||||
If you're looking for some smaller, easier work item to pick up and get started
|
If you're looking for some smaller, easier work item to pick up and get started
|
||||||
on, search for the 'low-hanging-fruit' tag.
|
on, search for the 'low-hanging-fruit' tag.
|
||||||
@ -148,8 +147,8 @@ Reporting a Bug
|
|||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
You found an issue and want to make sure we are aware of it? You can do so on
|
You found an issue and want to make sure we are aware of it? You can do so on
|
||||||
`Storyboard
|
`Launchpad
|
||||||
<https://storyboard.openstack.org/#!/project/openstack/octavia>`_.
|
<https://launchpad.net/octavia>`_.
|
||||||
|
|
||||||
Please remember to include the following information:
|
Please remember to include the following information:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user