X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/3b9e6a3042680d9e89b9425df70d8e6efc2bd724..441e7cfd9cadc50ff7df27a98e1d5b2db169e15d:/lib/backend.py diff --git a/lib/backend.py b/lib/backend.py index c00d964..16b7bb9 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -1348,7 +1348,8 @@ def FinalizeExport(instance, snap_disks): config.set(constants.INISECT_INS, 'nic%d_mac' % nic_count, '%s' % nic.mac) config.set(constants.INISECT_INS, 'nic%d_ip' % nic_count, '%s' % nic.ip) - config.set(constants.INISECT_INS, 'nic%d_bridge' % nic_count, '%s' % nic.bridge) + config.set(constants.INISECT_INS, 'nic%d_bridge' % nic_count, + '%s' % nic.bridge) # TODO: redundant: on load can read nics until it doesn't exist config.set(constants.INISECT_INS, 'nic_count' , '%d' % nic_count)