----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23985/ -----------------------------------------------------------
Review request for cloudstack. Repository: cloudstack-git Description ------- CLOUDSTACK-7193: handle domain ID being an int Recent versions of libvirt (at least 0.9.8) will return an int when queried for the ID of a domain, not a string. This breaks some parts of the `security_group.py` script which expects a string containing an int. Notably, this breaks the part handling VM reboots which is therefore not executed. Diffs ----- scripts/vm/network/security_group.py 704b27982021 Diff: https://reviews.apache.org/r/23985/diff/ Testing ------- Thanks, Vincent Bernat