cloudstack/core/src/com/cloud/agent
Toshiaki Hatano 8065a5570d CLOUDSTACK-3431: KVM: cloudstack-plugin-hypervisor-kvm with BridgeVifDriver doesn't cleanup vNet due to multiple reasons
- Move vnetBridge clean up function from LibvirtComputingResource to BridgeVifDriver
-- since only BridgeVifDriver have to handle this event
- LibvirtComputingResource now properly call VifDriver.unplug() when it receives UnPlugCommand

- Remove not working and no longer used method getVnet(String) from VirtualMachineName
- Remove not working and no longer used method getVnet() from StopCommand
- Remove unused constructer StopCommand(VirtualMachine, String, boolean) from StopCommand
- Remove unused member vnet from StopCommand
- Remove unused member _modifyVlanPath from OvsVifDriver

Tested with 2 KVM hosts and confirmed it correctly manipulate vnetBridge with start, stop, migrate, plug, and unplug event

Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-07-15 09:11:43 +02:00
..
api CLOUDSTACK-3431: KVM: cloudstack-plugin-hypervisor-kvm with BridgeVifDriver doesn't cleanup vNet due to multiple reasons 2013-07-15 09:11:43 +02:00
resource/virtualnetwork CLOUDSTACK-1578 kvm:Egress default policy configurable using network offering on kvm 2013-06-24 13:37:01 +05:30
transport Remove the hard-coded package assumption in Command serialization. 2013-05-06 15:11:42 -07:00
IAgentControl.java License header updates for the core folder from Chip Childers 2012-07-02 09:54:47 -04:00
IAgentControlListener.java License header updates for the core folder from Chip Childers 2012-07-02 09:54:47 -04:00
Listener.java Merged 2013-05-10 16:21:43 -07:00
StartupCommandProcessor.java License header updates for the core folder from Chip Childers 2012-07-02 09:54:47 -04:00