Bug 1031774

Summary: openstack-nova-compute requires bridge-utils
Product: [Community] RDO Reporter: Lars Kellogg-Stedman <lars>
Component: openstack-novaAssignee: RHOS Maint <rhos-maint>
Status: CLOSED DUPLICATE QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: hateya, ndipanov, rbryant, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-18 18:01:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lars Kellogg-Stedman 2013-11-18 18:00:55 UTC
Description of problem:

The openstack-nova-compute package should require: bridge-utils.  Without this package, the compute service will start correctly but new instances will fail to boot with the following error in the compute.log:

.
.
.
2013-11-18 10:56:39.693 12912 TRACE nova.compute.manager [instance: bd1ff58e-53df-4c1f-9781-3a98ee62adaa]   File "/usr/lib/python2.6/site-packages/nova/openstack/common/processutils.py", line 178, in execute
2013-11-18 10:56:39.693 12912 TRACE nova.compute.manager [instance: bd1ff58e-53df-4c1f-9781-3a98ee62adaa]     cmd=' '.join(cmd))
2013-11-18 10:56:39.693 12912 TRACE nova.compute.manager [instance: bd1ff58e-53df-4c1f-9781-3a98ee62adaa] ProcessExecutionError: Unexpected error while running command.
2013-11-18 10:56:39.693 12912 TRACE nova.compute.manager [instance: bd1ff58e-53df-4c1f-9781-3a98ee62adaa] Command: sudo nova-rootwrap /etc/nova/rootwrap.conf brctl addbr qbre0460db5-bc
2013-11-18 10:56:39.693 12912 TRACE nova.compute.manager [instance: bd1ff58e-53df-4c1f-9781-3a98ee62adaa] Exit code: 96
2013-11-18 10:56:39.693 12912 TRACE nova.compute.manager [instance: bd1ff58e-53df-4c1f-9781-3a98ee62adaa] Stdout: ''
2013-11-18 10:56:39.693 12912 TRACE nova.compute.manager [instance: bd1ff58e-53df-4c1f-9781-3a98ee62adaa] Stderr: '/usr/bin/nova-rootwrap: Executable not found: brctl (filter match = brctl)\n'

Comment 1 Lars Kellogg-Stedman 2013-11-18 18:01:35 UTC

*** This bug has been marked as a duplicate of bug 1009065 ***