[libvirt] [PATCH 15/16] Use args.uri rather then hard coding lxc:///

Daniel P. Berrange berrange at redhat.com
Wed Apr 3 11:34:09 UTC 2013


On Tue, Apr 02, 2013 at 06:11:31PM -0400, Dan Walsh wrote:
> ---
>  bin/virt-sandbox-service | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service
> index ceb05b3..1cce6a5 100755
> --- a/bin/virt-sandbox-service
> +++ b/bin/virt-sandbox-service
> @@ -909,7 +909,7 @@ def usage(parser, msg):
>  def sandbox_list(args):
>      if args.running:
>          import libvirt
> -        conn = libvirt.open("lxc:///")
> +        conn = libvirt.open(args.uri)
>          running = conn.listAllDomains(0)
>          conn.close()
>          running.sort()
> @@ -971,7 +971,7 @@ def fullpath(cmd):
>      return cmd
>  
>  def execute(args):
> -    myexec = [ "virsh", "-c", "lxc:///", "lxc-enter-namespace" ]
> +    myexec = [ "virsh", "-c", args.uri, "lxc-enter-namespace" ]
>  #    myexec = [ "virt-sandbox-service-util", "execute" ]
>      if args.noseclabel:
>          myexec.append("--noseclabel")

ACK


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list