[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Use the new xen-api.sock for the calls to the Xen-API server.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID 990bee220f20e62347ec6483542bd6046daf8917 # Parent b37e66b08bf577b9e3a79347e0b891fe65778f03 Use the new xen-api.sock for the calls to the Xen-API server. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/xm-test/lib/XmTestLib/xapi.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r b37e66b08bf5 -r 990bee220f20 tools/xm-test/lib/XmTestLib/xapi.py --- a/tools/xm-test/lib/XmTestLib/xapi.py Fri Dec 01 17:37:09 2006 +0000 +++ b/tools/xm-test/lib/XmTestLib/xapi.py Fri Dec 01 17:40:07 2006 +0000 @@ -57,7 +57,7 @@ def _connect(*args): def _connect(*args): global _server, _session, _initialised if not _initialised: - _server = ServerProxy('httpu:///var/run/xend/xmlrpc.sock') + _server = ServerProxy('httpu:///var/run/xend/xen-api.sock') login = XAPI_DEFAULT_LOGIN password = XAPI_DEFAULT_PASSWORD creds = (login, password) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |