cloudstack/scripts/vm/network
Wido den Hollander 6233a77d15 CLOUDSTACK-10294: PEP-8 fixes and enhancements to security_group.py (#2432)
- We should return a boolean and not a String 'true' or 'false'. Although this output is never checked by the calling function(s).
- Do not use == False or == None as that is not according to the Python specs.
- Calling just print 'hello' is deprecated and won't work in newer Python versions. We should use the print() function.
- Remove unused and commented function.
- Use logging.warning() instead of logging.warn()
- Use subprocess.check_output() for execution. This is the Python way of executing commands.

Signed-off-by: Wido den Hollander <wido@widodh.nl>
2018-02-15 14:28:27 +01:00
..
vnet CLOUDSTACK-8252: Ignore VLAN 4095 which is n/a on linux 2015-05-22 13:26:06 +01:00
ovs-pvlan-cleanup.sh Implement PVLAN on Xen 2013-05-01 13:23:08 -07:00
ovs-pvlan-dhcp-host.sh PVLAN: Optimize pvlan scripts 2013-05-06 17:51:33 -07:00
ovs-pvlan-vm.sh CLOUDSTACK-2775: Fix trunk port is not 1 on some hosts 2013-06-04 11:32:23 -07:00
security_group.py CLOUDSTACK-10294: PEP-8 fixes and enhancements to security_group.py (#2432) 2018-02-15 14:28:27 +01:00