Skip to content

Commit

Permalink
No socket for local connections
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Mar 26, 2013
1 parent 9c4c76e commit fe3f147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mvmc.rb
Expand Up @@ -4,7 +4,7 @@
require 'sinatra/content_for' require 'sinatra/content_for'
require 'sinatra/i18n' require 'sinatra/i18n'


VIRSH_URI = "qemu:///system?socket=/var/run/libvirt/libvirt-sock" VIRSH_URI = "qemu:///system"
VIRSH_POOL_DIR = "/var/lib/libvirt/images" VIRSH_POOL_DIR = "/var/lib/libvirt/images"


VMS_DIR = File.expand_path(File.join(File.dirname(__FILE__), '../vms/')) VMS_DIR = File.expand_path(File.join(File.dirname(__FILE__), '../vms/'))
Expand Down

0 comments on commit fe3f147

Please sign in to comment.