changeset 41:517f130f301a

Fix template name
author atton
date Sun, 15 Nov 2015 12:27:56 +0900
parents 984f31ae74d5
children 09fe50fc0629
files ie-virsh.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ie-virsh.c	Sun Nov 15 12:20:00 2015 +0900
+++ b/ie-virsh.c	Sun Nov 15 12:27:56 2015 +0900
@@ -37,7 +37,7 @@
 
 static char bad_name[] = "Bad vmname. Try 01 or 02 ... 04\n";
 
-const char newvm_command[] = "/usr/local/bin/newvm.py -c /etc/libvirt/qemu/fedora23.xml -n ";
+const char newvm_command[] = "/usr/local/bin/newvm.py -c /etc/libvirt/qemu/ie-virsh-template.xml -n ";
 
 enum {
     NAME_LENGTH = 50,