Merge pull request #1195 from ddragic/qemu-log-macaddress

QEMU: fix logging of base mac address when creating a new node
This commit is contained in:
Jeremy Grossmann 2017-10-14 16:00:22 +02:00 committed by GitHub
commit 3a5a771b19

View File

@ -537,7 +537,7 @@ class QemuVM(BaseNode):
log.info('QEMU VM "{name}" [{id}]: MAC address changed to {mac_addr}'.format(name=self._name,
id=self._id,
mac_addr=mac_address))
mac_addr=self._mac_address))
@property
def legacy_networking(self):