Fixes the issue of regenertion of the instance-id of cloud-init if
there are multiple network interfaces defined. (Not sorted hash keys.)
Signed-off-by: Beat Jörg
Beat Jörg (1):
Fix #2390: Sort @ifaces array to avoid regeneration of instance-id
PVE/QemuServer/Cloudinit.pm | 6 +++---
1 file
Signed-off-by: Beat Jörg
---
PVE/QemuServer/Cloudinit.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PVE/QemuServer/Cloudinit.pm b/PVE/QemuServer/Cloudinit.pm
index ab001f9..c368dd9 100644
--- a/PVE/QemuServer/Cloudinit.pm
+++ b/PVE/QemuServer/Cloudinit.pm
@@ -173,7