Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523414 - sys-cluster/nova should bring in net-misc/bridge-utils when USE=compute
Summary: sys-cluster/nova should bring in net-misc/bridge-utils when USE=compute
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2014-09-22 03:28 UTC by Matt Vandermeulen
Modified: 2014-09-22 03:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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