From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: [PATCH] xend-config.sxp (-unstable tree) Date: Tue, 31 May 2005 14:41:27 +0100 Message-ID: <3d8eece205053106414831da72@mail.gmail.com> References: <9cde8bff050530182342a79827@mail.gmail.com> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <9cde8bff050530182342a79827@mail.gmail.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: aq Cc: Xen Dev List-Id: xen-devel@lists.xenproject.org On 5/31/05, aq wrote: > This patch (against -unstable ChangeSet@1.1575) does the followings: >=20 > - put some configurable variables to xend_config.sxp, and set them to > default values. That will make people aware of their existence, and > let them easily reconfigure xend when needed. I've not applied this part because we're not sure we're going to keep some of these. I'd rather see these documented in the documentation. > - set some daemon addresses to 'localhost' instead of empty string, > which makes them more secure by default. I've only changed this for the consoles, the http server is off by default and if you switch it on, you'll most likely want to access it from another machine. Changing the default for the relocation server to be localhost makes absolutely not sense ;-) > - add one comment and fix some wrong comments in XendRoot.py Thanks! christian