cloudstack/plugins/hypervisors/kvm/src
Wei Zhou 23ca806db9 kvm: fix issue that network rules for secondary IPs are not applied (#3636)
When I add a secondary IP to a nic on shared network in advanced zone with security groups, the network rules for new IP are not applied on KVM hypervisors.
It is because "--action -A" cannot be recognized in security_group.py after commit ac73e7e671. changing to "--action=-A" will fix it.
2019-11-21 11:40:17 +05:30
..
main kvm: fix issue that network rules for secondary IPs are not applied (#3636) 2019-11-21 11:40:17 +05:30
test/java KVM: DPDK live migrations (#3365) 2019-06-25 12:23:09 -03:00