]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
esx: Report an error for acceptable URI schemes with a transport
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 27 Sep 2011 11:08:09 +0000 (13:08 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 29 Sep 2011 08:25:08 +0000 (10:25 +0200)
commit3d308f75c1b16bd48a8aeaa6b1f9893bfeeec2e5
treee69fb40fe990a696d30fb12407a5f6769e1ec6de
parentc7d1f5980b690c5cf576605f0983847518e70eba
esx: Report an error for acceptable URI schemes with a transport

Before, URIs such as esx+ssh:// have been declined by the ESX driver
resulting in the remote driver trying to connect to an non-existing
libvirtd.

Now such URIs trigger an error in the ESX driver suggesting to try
again without the transport part in the scheme.
src/esx/esx_driver.c