Jump to: navigation, search

Difference between revisions of "Bug Tags"

(Fix broken layout)
(Refreshed)
Line 7: Line 7:
 
* '''security''': Fix for the bug would make OpenStack more resilient to future security 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.
 
* '''ops''': Fix for the bug would significantly ease OpenStack operation.
 +
* '''''SERIES'''''-'''rc-potential''': 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...)
  
 
=== Nova ===
 
=== Nova ===
Line 12: Line 14:
 
* '''db''': Database (datastore) issues, including migrations.
 
* '''db''': Database (datastore) issues, including migrations.
 
* '''ec2''': Issues specific to EC2 API support.
 
* '''ec2''': Issues specific to EC2 API support.
* '''lxc''': Issues specific to LXC virtualization support.
 
 
* '''network''': Issues in nova-network.
 
* '''network''': Issues in nova-network.
 
* '''rootwrap''': Problems with run-as-root commands or the rootwrap framework.
 
* '''rootwrap''': Problems with run-as-root commands or the rootwrap framework.
* '''volume''': Issues in nova-volume.
+
* '''lxc''': Issues specific to LXC virtualization support.
 +
* '''vmware''': Issues specific to VMware virtualization support.
 
* '''xenserver''': Issues specific to XenServer/XenAPI virtualization support.
 
* '''xenserver''': Issues specific to XenServer/XenAPI virtualization support.
 +
 +
=== Quantum ===
 +
* '''db''': Database (datastore) issues, including migrations.
 +
* '''rootwrap''': Problems with run-as-root commands or the rootwrap framework.
 +
 +
=== Cinder ===
 +
* '''rootwrap''': Problems with run-as-root commands or the rootwrap framework.
  
 
=== Horizon ===
 
=== Horizon ===
 
* '''ux''': User experience issues.
 
* '''ux''': User experience issues.

Revision as of 14:40, 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.
  • SERIES-rc-potential: 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...)

Nova

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

Quantum

  • db: Database (datastore) issues, including migrations.
  • rootwrap: Problems with run-as-root commands or the rootwrap framework.

Cinder

  • rootwrap: Problems with run-as-root commands or the rootwrap framework.

Horizon

  • ux: User experience issues.