Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 523414

Summary: sys-cluster/nova should bring in net-misc/bridge-utils when USE=compute
Product: Gentoo Linux Reporter: Matt Vandermeulen <matt>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: minor Keywords: QAcanfix
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matt Vandermeulen 2014-09-22 03:28:43 UTC
nova-compute will do some `brctl` trickery, and sys-cluster/nova doesn't bring in net-misc/bridge-utils.  It should probably do that, given USE has "compute" in it.

Reproducible: Always

Steps to Reproduce:
1. Set up nova (have fun)
2. Launch instance
3. Realize you have to merge bridge-utils
Actual Results:  
nova-compute complains: Executable not found: brctl (filter match = brctl)

Expected Results:  
Very instance, such VPS, wow

Requested by prometheanfire in #gentoo-virtualization
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-09-22 03:57:10 UTC
*nova-2014.1.2-r2 (22 Sep 2014)

  22 Sep 2014; Ian Delaney <idella4@gentoo.org> +nova-2014.1.2-r2.ebuild,
  nova-2014.1.2-r1.ebuild, nova-2014.1.9999.ebuild:
  revbump; add missing RDEP, fixes Bug #523414 by M. Vandermeulen