lzap / snap-guest

Bash script for quick provisioning of copy-on-write KVM guests
40 stars 19 forks source link

custom network stdout fix #10

Closed jhadvig closed 11 years ago

jhadvig commented 11 years ago

When creating new guest with other then default network, no or wrong IP address is put on stdout during guest creating, because script is looking for the IP only in the default.leases file.

Fixed so appropriate file is taken for the IP address.

lzap commented 11 years ago

Oh right, now I understand. Merging, thanks!