search for: open_auth

Displaying 2 results from an estimated 2 matches for "open_auth".

2015 Feb 11
1
Hyper-V 2008 R2 support ?
...wever it doesn't work for Hyper-V 2008 R2 (the exact error is | Call to virConnectOpenAuth failed: internal error: Transport error during enumeration: Could not connect (7) (Libvirt::ConnectionError)|.). I'm using the code provided by libvirt documentation (http://libvirt.org/ruby/examples/open_auth.rb) and have authorized basic auth plus unencrypted connection on both 2008 R2 & 2012 servers (http://libvirt.org/drvhyperv.html#auth). Surfing the Internet to find some solutions, I found this (https://www.redhat.com/archives/libvir-list/2014-April/msg00802.html) where a developer talks about...
2010 Dec 13
0
ANNOUNCE: ruby-libvirt bindings 0.3.0
All, I'm pleased to announce the release of 0.3.0 of the ruby-libvirt bindings. This release has a number of updates: * Implementation of Libvirt::open_auth, Libvirt::event_register_impl * Updated Connect class, implementing conn.compare_cpu, conn.baseline_cpu, conn.domain_event_register_any, conn.domain_event_deregister_any, conn.domain_event_register, conn.domain_event_deregister, and conn.create_domain_xml. * Updated Domain class, impleme...