Jump to: navigation, search

Difference between revisions of "Bug Tags"

m (Text replace - "__NOTOC__" to "")
(Fix broken layout)
Line 1: Line 1:
 +
Note: This page should be kept in sync with each PROJECT official tags (see https://bugs.launchpad.net/PROJECT/+manage-official-tags)
  
= Official [[OpenStack]] bug tags =
+
=== All projects ===
 +
* '''low-hanging-fruit''': Bugs that are easy to fix, ideal for a beginner in OpenStack development.
 +
* '''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.
  
{| border="1" cellpadding="2" cellspacing="0"
+
=== Nova ===
|-
+
* '''baremetal''': Baremetal driver-specific bugs.
|  ''low-hanging-fruit''  
+
* '''db''': Database (datastore) issues, including migrations.
|-
+
* '''ec2''': Issues specific to EC2 API support.
''documentation''  
+
* '''lxc''': Issues specific to LXC virtualization support.
|-
+
* '''network''': Issues in nova-network.
''i18n''  
+
* '''rootwrap''': Problems with run-as-root commands or the rootwrap framework.
|-
+
* '''volume''': Issues in nova-volume.
''security''
+
* '''xenserver''': Issues specific to XenServer/XenAPI virtualization support.
|-
 
''ops''
 
|-
 
|-
 
''baremetal''  
 
|-
 
''db''  
 
|-
 
''ec2''
 
|-
 
|  ''lxc''
 
|-
 
''network''
 
|-
 
|  ''rootwrap''  
 
|-
 
''volume''
 
|-
 
''xenserver''  
 
|-
 
|-
 
''ux''
 
|}
 
<!-- ##||<-2  #eeeeee> '''Quantum''' || -->
 
<!-- ##||<-2  #eeeeee> '''Swift''' || -->
 
<!-- ##||<-2  #eeeeee> '''Glance''' || -->
 
<!-- ##||<-2  #eeeeee> '''Keystone''' || -->
 
  
 
+
=== Horizon ===
<pre><nowiki>#!wiki note
+
* '''ux''': User experience issues.
~-This page should be kept in sync with each PROJECT official tags (see https://bugs.launchpad.net/PROJECT/+manage-official-tags) -~
 
</nowiki></pre>
 

Revision as of 14:29, 21 March 2013

Note: This page should be kept in sync with each PROJECT official tags (see https://bugs.launchpad.net/PROJECT/+manage-official-tags)

All projects

  • low-hanging-fruit: Bugs that are easy to fix, ideal for a beginner in OpenStack development.
  • 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.

Nova

  • baremetal: Baremetal driver-specific bugs.
  • db: Database (datastore) issues, including migrations.
  • ec2: Issues specific to EC2 API support.
  • lxc: Issues specific to LXC virtualization support.
  • network: Issues in nova-network.
  • rootwrap: Problems with run-as-root commands or the rootwrap framework.
  • volume: Issues in nova-volume.
  • xenserver: Issues specific to XenServer/XenAPI virtualization support.

Horizon

  • ux: User experience issues.