|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 1/2]Make ssl relocation server listen ondifferent
Zhigang, These patches are now applied. So please send a fixup patch to
apply on top to fix these issues.
-- Keir
On 23/5/08 11:58, "Masaki Kanno" <kanno.masaki@xxxxxxxxxxxxxx> wrote:
> Hi Zhigang,
>
> + def get_xend_relocation_ssl_port(self):
>
> The following line includes Tab-indent.
>
> + """Get the port xend listens at for ssl connection to its relocation
> + server.
> + """
> + return self.get_config_int('xend-relocation-ssl-port',
> + self.xend_relocation_ssl_port_default)
> +
>
> Best regards,
> Kan
>
> Fri, 23 May 2008 17:22:48 +0800, Zhigang Wang wrote:
>
>> hi,
>>
>> This patch makes ssl relocation server listen on 8003 if enabled.
>>
>> Whether to start ssl relocation server now controlled by
>> xend-relocation-ssl-server. So ssl and non-ssl relocation server can run
>> simultaneously. You can also only start ssl server or only start non-ssl
>> relocation server.
>>
>> When mix deploy xen 3.2 server (has no ssl support) and 3.3 servers, start
>> ssl and non-ssl relocation server simultaneously can keep backward
>> compatibility.
>>
>> It's also more reasonable to have separate ports for ssl and non-ssl.
>>
>> In this patch, also renames xend-relocation-tls to xend-relocation-ssl.
>>
>> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|