cloudstack/plugins/hypervisors/kvm
Marcus Sorensen 915babd970 fix kvm traffic labels (guest traffic types on multiple networks don't
work)

Cloudstack seems to let you create guest traffic types on multiple
physical networks. However, when I try this with KVM I end up always
bridging to whatever device is used for guest.network.device. This pulls
the traffic label (NicTO.getName()) and uses that bridge to ensure that
we get on the correct physical network, rather than just always using
the guest.network.device.

This also changes the bridge naming scheme from cloudVirBr + vlanid to
br + physicalinterface + "-" + vlanid. This is because we should be able
to support the same vlan numbers per physical network, and the previous
bridge name would not support this and collide.

Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-26 17:14:57 -07:00
..
src/com/cloud/hypervisor/kvm fix kvm traffic labels (guest traffic types on multiple networks don't 2012-09-26 17:14:57 -07:00
test/com/cloud/hypervisor/kvm/resource Another clean up for unnecessary parameter conn Clean up unused 2012-08-01 13:59:11 -07:00
.pydevproject License header updates for the plugins folder. 2012-08-03 09:07:43 -04:00
build.xml plugin: Rename cloud-kvm.jar to cloud-plugin-hypervisor-kvm.jar 2012-07-31 22:18:56 +02:00
pom.xml Depend on libvirt-java 0.4.9 due to license change 2012-09-13 16:29:01 +02:00