WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 2/2]Add -s --ssl option to xm migrate

To: Zhigang Wang <zhigang.x.wang@xxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 2/2]Add -s --ssl option to xm migrate
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Fri, 23 May 2008 19:56:46 +0900
Delivery-date: Fri, 23 May 2008 03:57:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <48368D28.9090400@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <48368D28.9090400@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Zhigang,

diff -Nura xen-unstable.bak/tools/python/xen/xend/XendAPI.py 
xen-unstable/tools/python/xen/xend/XendAPI.py
--- xen-unstable.bak/tools/python/xen/xend/XendAPI.py   2008-05-22 
17:28:51.000000000 +0800
+++ xen-unstable/tools/python/xen/xend/XendAPI.py       2008-05-23 
15:07:56.000000000 +0800
@@ -1762,9 +1762,10 @@
         resource = other_config.get("resource", 0)
         port = other_config.get("port", 0)
         node = other_config.get("node", 0)
+        ssl = other_config.get("ssl", 0)
         
I think that the default of ssl should be "None" rather than "0".
If ssl is omitted, xend_relocation_ssl option is ignored.

Best regards,
 Kan

Fri, 23 May 2008 17:23:52 +0800, Zhigang Wang wrote:

>hi
>
>This patch adds -s --ssl option to xm migrate. It will override
>xend-relocation-ssl setting in /etc/xen/xend-config.sxp.
>
>When mix deploy xen 3.2 and xen 3.3 servers, it's convenient to have a 
>command
>line option rather than modify /etc/xen/xend-config.sxp every time.
>
>Signed-off-by: Zhigang Wang <zhigang.x.wang@xxxxxxxxxx>
>
>thanks,
>
>zhigang
>
>
>
>-------------------------------text/plain-------------------------------
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>