----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8120/ -----------------------------------------------------------
Review request for cloudstack. Description ------- bridge-utils is added to RPM of KVM Agent (cloud-agent). It is necessary to operate for KVM Agent. LibvirtComputingResource class and BridgeVifDriver class execute "brctl" command internally. "brctl" command is contained in bridge-utils package. This addresses bug CLOUDSTACK-498. Diffs ----- cloud.spec 29c10936a9f592a219597302300506067004cd62 Diff: https://reviews.apache.org/r/8120/diff/ Testing ------- $ mvn install -P deps && ./waf rpm $ rpm -qpR cloud-agent-4.0.0-1.el6.x86_64.rpm (snip) bridge-utils (snip) And it checked that installed RPM and "brctl" command existed. $ which brctl /usr/sbin/brctl Thanks, Satoshi Kobayashi