Jump to: navigation, search

Difference between revisions of "Bug Tags"

(Nova)
(Nova)
Line 11: Line 11:
  
 
=== Nova ===
 
=== Nova ===
* '''api''': Bugs related to the compute REST API implementation.
+
* '''*-backport-potential''': Bugs that are potential candidates for backports to previous releases (e.g. "havana-backport-potential")
* '''baremetal''': Baremetal driver-specific bugs.
+
* '''*-rc-potential''': Bugs that are potential candidates for RC releases
* '''cells''': Bugs with Nova cells.
+
* '''api''': Bugs related to the compute REST API implementation
 +
* '''baremetal''': Baremetal driver-specific bugs
 +
* '''cells''': Bugs with Nova cells
 
* '''compute''': Bugs in the nova-compute service that are not specific to a virt driver.
 
* '''compute''': Bugs in the nova-compute service that are not specific to a virt driver.
 
* '''conductor''': Bugs in the nova-conductor service
 
* '''conductor''': Bugs in the nova-conductor service
* '''console''': Bugs in the nova-console service
+
* '''console''': Bugs in the nova-console service (including nova-consoleauth, novncproxy, etc)
* '''consoleauth''': Bugs in the nova-consoleauth service
 
 
* '''db''': Database (datastore) issues, including migrations.
 
* '''db''': Database (datastore) issues, including migrations.
 
* '''docker''': Bugs about Docker containers
 
* '''docker''': Bugs about Docker containers
Line 25: Line 26:
 
* '''lxc''': Issues specific to LXC virtualization support.
 
* '''lxc''': Issues specific to LXC virtualization support.
 
* '''network''': Issues in nova-network, Quantum, or Neutron integration.
 
* '''network''': Issues in nova-network, Quantum, or Neutron integration.
* '''nova-manage''': Bugs in the nova-manage utility.
+
* '''nova-manage''': Bugs in the nova-manage utility
* '''novncproxy''': Bugs related to the novncproxy service
 
* '''oslo''': Bugs related to Oslo integration (oslo-incubator or Oslo libraries).
 
 
* '''postgresql''': PostgreSQL specific bugs.
 
* '''postgresql''': PostgreSQL specific bugs.
 
* '''powervm''': Problems with the powervm driver
 
* '''powervm''': Problems with the powervm driver
 
* '''rootwrap''': Problems with run-as-root commands or the rootwrap framework.
 
* '''rootwrap''': Problems with run-as-root commands or the rootwrap framework.
 
* '''scheduler''': Bugs in the nova-scheduler service
 
* '''scheduler''': Bugs in the nova-scheduler service
 +
* '''stacktrace''': The bug report includes a stacktrace
 
* '''testing''': Bugs related to testing (unit tests, tempest integration)
 
* '''testing''': Bugs related to testing (unit tests, tempest integration)
 
* '''unified-objects''': Bugs related to the unified-objects work
 
* '''unified-objects''': Bugs related to the unified-objects work

Revision as of 18:23, 26 February 2014

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

  • *-backport-potential: Bugs that are potential candidates for backports to previous releases (e.g. "havana-backport-potential")
  • *-rc-potential: Bugs that are potential candidates for RC releases
  • api: Bugs related to the compute REST API implementation
  • baremetal: Baremetal driver-specific bugs
  • cells: Bugs with Nova cells
  • compute: Bugs in the nova-compute service that are not specific to a virt driver.
  • conductor: Bugs in the nova-conductor service
  • console: Bugs in the nova-console service (including nova-consoleauth, novncproxy, etc)
  • db: Database (datastore) issues, including migrations.
  • docker: Bugs about Docker containers
  • ec2: Issues specific to EC2 API support.
  • hyper-v: Problems specific to the hyper-v driver
  • libvirt: Problems specific to the libvirt driver
  • lxc: Issues specific to LXC virtualization support.
  • network: Issues in nova-network, Quantum, or Neutron integration.
  • nova-manage: Bugs in the nova-manage utility
  • postgresql: PostgreSQL specific bugs.
  • powervm: Problems with the powervm driver
  • rootwrap: Problems with run-as-root commands or the rootwrap framework.
  • scheduler: Bugs in the nova-scheduler service
  • stacktrace: The bug report includes a stacktrace
  • testing: Bugs related to testing (unit tests, tempest integration)
  • unified-objects: Bugs related to the unified-objects work
  • vmware: Issues specific to VMware virtualization support.
  • volumes: Issues related to volume support (Cinder integration)
  • wat: The bug does not obviously fit into any category and needs "tier-2" tagging and triage assistance.
  • xenserver: Issues specific to XenServer/XenAPI virtualization support.

Networking

  • api: API, request validation and WSGI routing issues.
  • cli: CLI caused by server request/response handling.
  • db: Database (datastore) issues, including migrations.
  • l3-ipam-dhcp: L3, IP address management (IPAM), DHCP, and metadata issues.
  • lbaas: Load Balancer issues.
  • nova-int: Quantum <> Nova Integration issues.
  • sg-fw: Security Groups and Firewall issues.
  • rootwrap: Problems with run-as-root commands or the rootwrap framework.
  • quantum-core: Issues with the server core or RPC common code.
  • unittest: Unit test issues.

Networking Vendor Plugin Tags:

  • bigswitch: BigSwitch
  • brocade: Brocade
  • cisco: Cisco
  • hyper-v: Hyper-V
  • lb: LinuxBridge
  • mellanox: Mellanox
  • metaplugin: MetaPlugin
  • midonet: Midokura MidoNet
  • ml2: ML2
  • nec: NEC
  • nicira: Nicira NVP
  • ovs: OVS Plugin
  • plumgrid: PlumGrid
  • ryu: RYU

Cinder

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

Horizon

  • ux: User experience issues.