From dda72a4728a782b04733233cd1216c9c76c84c58 Mon Sep 17 00:00:00 2001 From: Yun Mao Date: Mon, 18 Jun 2012 13:12:31 -0400 Subject: [PATCH] Set libvirt_nonblocking to true by default for Folsom. Make the fake libvirt module look more like the real module. Change-Id: Ie03f24c6e5c3027d83d8f3d87d049f7f9df29e5b --- nova/tests/fakelibvirt.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nova/tests/fakelibvirt.py b/nova/tests/fakelibvirt.py index 3e4c6371..4350a887 100644 --- a/nova/tests/fakelibvirt.py +++ b/nova/tests/fakelibvirt.py @@ -797,3 +797,9 @@ def openAuth(uri, auth, flags): "this auth method")) return Connection(uri, readonly=False) + + +virDomain = Domain + + +virConnect = Connection