[upstream-training] Use sphinx list-table for readability
In some of the page has a list such as the following, in the "launchpad" slide. It is not easy to read. - item: item description - other_item: other_item description Fix it using the list-table of the sphinx, to improve the readability. Target is the following secsions. - Bug status - Bug importance - Bug tags - Bug Change-Id: Ie71a6f227d67d7a6e5d3f90f8e0f934ad21bb15d Closes-Bug: #1480812
This commit is contained in:
@@ -27,22 +27,37 @@ Blueprint
|
|||||||
Bug status
|
Bug status
|
||||||
==========
|
==========
|
||||||
|
|
||||||
- New: The bug was just created
|
.. list-table::
|
||||||
- Incomplete: The bug is waiting on input from the reporter
|
:widths: 30 70
|
||||||
- Confirmed: The bug was reproduced or confirmed as a genuine bug
|
|
||||||
- Triaged: The bug comments contain a full analysis on how to properly fix the
|
* - New
|
||||||
issue
|
- The bug was just created
|
||||||
- In Progress: Work on the fix is in progress, bug has an assignee
|
* - Incomplete
|
||||||
- Fix Committed: The branch containing the fix was merged into master
|
- The bug is waiting on input from the reporter
|
||||||
- Fix Released: The fix is included in the milestone-proposed branch, a past
|
* - Confirmed
|
||||||
milestone or a past release
|
- The bug was reproduced or confirmed as a genuine bug
|
||||||
|
* - Triaged
|
||||||
|
- The bug comments contain a full analysis on how to properly fix the issue
|
||||||
|
* - In Progress
|
||||||
|
- Work on the fix is in progress, bug has an assignee
|
||||||
|
* - Fix Committed
|
||||||
|
- The branch containing the fix was merged into master
|
||||||
|
* - Fix Released
|
||||||
|
- The fix is included in the milestone-proposed branch, a past milestone or
|
||||||
|
a past release
|
||||||
|
|
||||||
Bug status
|
Bug status
|
||||||
==========
|
==========
|
||||||
|
|
||||||
- Invalid: This is not a bug
|
.. list-table::
|
||||||
- Opinion: This is a valid issue, but it is the way it should be
|
:widths: 30 70
|
||||||
- Won't Fix: This is a valid issue, but we don't intend to fix that
|
|
||||||
|
* - Invalid
|
||||||
|
- This is not a bug
|
||||||
|
* - Opinion
|
||||||
|
- This is a valid issue, but it is the way it should be
|
||||||
|
* - Won't Fix
|
||||||
|
- This is a valid issue, but we don't intend to fix that
|
||||||
|
|
||||||
Bug status
|
Bug status
|
||||||
==========
|
==========
|
||||||
@@ -61,25 +76,30 @@ Bug status
|
|||||||
Bug importance
|
Bug importance
|
||||||
==============
|
==============
|
||||||
|
|
||||||
- Critical: Data corruption / complete failure affecting most users, no
|
.. list-table::
|
||||||
workaround
|
:widths: 30 70
|
||||||
- High: Data corruption / complete failure affecting most users, with
|
|
||||||
workaround
|
* - Critical
|
||||||
- Failure of a significant feature, no workaround
|
- Data corruption / complete failure affecting most users, no workaround
|
||||||
- Medium: Failure of a significant feature, with workaround
|
* - High
|
||||||
- Failure of a fringe feature, no workaround
|
- Data corruption / complete failure affecting most users, with workwround.
|
||||||
- Low: Small issue with an easy workaround. Any other insignificant bug
|
Failure of a significant feature, no workaround
|
||||||
- Wish list: Not really a bug, but a suggested improvement
|
* - Medium
|
||||||
- Undefined: Impact was not assessed yet
|
- Failure of a significant feature, with workaround.
|
||||||
|
Failure of a fringe feature, no workaround
|
||||||
|
* - Low
|
||||||
|
- Small issue with an easy workaround. Any other insignificant bug
|
||||||
|
* - Wishlist
|
||||||
|
- Not really a bug, but a suggested improvement
|
||||||
|
* - Undefined
|
||||||
|
- Impact was not assessed yet
|
||||||
|
|
||||||
Bug importance
|
Bug importance
|
||||||
==============
|
==============
|
||||||
|
|
||||||
- Critical
|
- Critical
|
||||||
- High
|
- High
|
||||||
- Failure
|
|
||||||
- Medium
|
- Medium
|
||||||
- Failure
|
|
||||||
- Low
|
- Low
|
||||||
- Wishlist
|
- Wishlist
|
||||||
- Undefined
|
- Undefined
|
||||||
@@ -87,31 +107,50 @@ Bug importance
|
|||||||
Bug tags
|
Bug tags
|
||||||
========
|
========
|
||||||
|
|
||||||
- low-hanging-fruit: Bugs that are easy to fix, ideal for beginners to get
|
.. list-table::
|
||||||
familiar with the workflow and to have their first contact with the code in
|
:widths: 35 65
|
||||||
OpenStack development.
|
|
||||||
- documentation: Bug is about documentation or has an impact on documentation.
|
* - low-hanging-fruit
|
||||||
- i18n: Translations / i18n issues.
|
- Bugs that are easy to fix, ideal for beginners to get familiar with the
|
||||||
- security: Fix for the bug would make OpenStack more resilient to future
|
workflow and to have their first contact with the code in OpenStack
|
||||||
security issues.
|
development.
|
||||||
- ops: Fix for the bug would significantly ease OpenStack operation.
|
* - documentation
|
||||||
|
- Bug is about documentation or has an impact on documentation.
|
||||||
|
* - i18n
|
||||||
|
- Translations / i18n issues.
|
||||||
|
* - security
|
||||||
|
- Fix for the bug would make OpenStack more resilient to future security
|
||||||
|
issues.
|
||||||
|
* - ops
|
||||||
|
- Fix for the bug would significantly ease OpenStack operation.
|
||||||
|
|
||||||
Bug tags
|
Bug tags
|
||||||
========
|
========
|
||||||
|
|
||||||
- SERIES-rc-potential: During the SERIES pre-release period, mark the bug as a
|
.. list-table::
|
||||||
potential release-critical blocker
|
:widths: 35 65
|
||||||
- SERIES-backport-potential: Mark the bug as a potential backport target to a
|
|
||||||
specific SERIES (grizzly, havana...)
|
* - SERIES-rc-potential
|
||||||
- Per project tags: https://wiki.openstack.org/wiki/BugTags
|
- During the SERIES pre-release period, mark the bug as a potential
|
||||||
|
release-critical blocker
|
||||||
|
* - SERIES-backport-potential
|
||||||
|
- Mark the bug as a potential backport target to a specific SERIES
|
||||||
|
(grizzly, havana...)
|
||||||
|
* - Per project tags
|
||||||
|
- https://wiki.openstack.org/wiki/BugTags
|
||||||
|
|
||||||
Bug
|
Bug
|
||||||
===
|
===
|
||||||
|
|
||||||
- Assigned To: The person currently working to fix this bug. Must be set by
|
.. list-table::
|
||||||
In progress stage.
|
:widths: 30 70
|
||||||
- Milestone: The milestone we need to fix the bug for, or the
|
|
||||||
milestone/version it was fixed in.
|
* - Assigned To
|
||||||
|
- The person currently working to fix this bug. Must be set by In progress
|
||||||
|
stage.
|
||||||
|
* - Milestone
|
||||||
|
- The milestone we need to fix the bug for, or the milestone/version it
|
||||||
|
was fixed in.
|
||||||
|
|
||||||
Bug report
|
Bug report
|
||||||
==========
|
==========
|
||||||
|
|||||||
Reference in New Issue
Block a user