|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 2/2]Add -s --ssl option to xm migrate
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
|
|
|
|
|