Commit 1a028ecc authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix multiple network interfaces for VMs

Only one network interface was shown in the tags.
parent fd71319f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ class VirtualMachine(object):
            ):
                self.tags[t.name] = t

        logger.debug('Virtual Machine tags: %s', self.tags)
            i += 1

        #: keep record of CPU stats (libev timestamp, cpu time)
        self.cpu_stats = (hypervisor.handler.main.evloop.now(), dom.info()[4])