From: Matthias Bolte Date: Fri, 12 Mar 2010 21:09:11 +0000 (+0100) Subject: esx: Improve documentation about remote URIs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=102d25a8222cabb129146bd335893cf1c57b7730;p=libvirt.git esx: Improve documentation about remote URIs --- diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index 44a144f12a..d5c192d511 100644 --- a/docs/drvesx.html.in +++ b/docs/drvesx.html.in @@ -32,6 +32,13 @@ gsx://example.com (GSX over HTTPS) esx://example.com/?transport=http (ESX over HTTP) esx://example.com/?no_verify=1 (ESX over HTTPS, but doesn't verify the server's SSL certificate) +

+ Note: In contrast to other drivers, the ESX driver is + a client-side-only driver. It connects to the ESX server using HTTP(S). + Therefore, the remote transport mechanism + provided by the remote driver and libvirtd will not work, and you + cannot use URIs like esx+ssh://example.com. +

URI Format