]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
parallels: recommend to connect to vz:///system when connection fails
authorMaxim Nestratov <mnestratov@parallels.com>
Tue, 26 May 2015 17:12:00 +0000 (20:12 +0300)
committerDmitry Guryanov <dguryanov@parallels.com>
Wed, 3 Jun 2015 06:47:01 +0000 (09:47 +0300)
Though parallels:///system is still accepted we will encourage users
to use vz:///system instead.

Signed-off-by: Maxim Nestratov <mnestratov@parallels.com>
src/parallels/parallels_driver.c

index e150448bbbaec9ea4ed67e9334f2d78a798779a6..44b4de86b0db174e7ccd41eef6e0deb06de4a45a 100644 (file)
@@ -316,7 +316,7 @@ parallelsConnectOpen(virConnectPtr conn,
     /* From this point on, the connection is for us. */
     if (!STREQ_NULLABLE(conn->uri->path, "/system")) {
         virReportError(VIR_ERR_INTERNAL_ERROR,
-                       _("Unexpected Parallels URI path '%s', try parallels:///system"),
+                       _("Unexpected Virtuozzo URI path '%s', try vz:///system"),
                        conn->uri->path);
         return VIR_DRV_OPEN_ERROR;
     }