ia64/xen-unstable
changeset 10992:5f59ac51a7ac
Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Aug 08 09:33:38 2006 +0100 (2006-08-08) |
parents | 2e8b1175fd37 |
children | 922f8ae451f6 |
files | tools/examples/xend-config.sxp |
line diff
1.1 --- a/tools/examples/xend-config.sxp Tue Aug 08 09:30:11 2006 +0100 1.2 +++ b/tools/examples/xend-config.sxp Tue Aug 08 09:33:38 2006 +0100 1.3 @@ -54,7 +54,7 @@ 1.4 # (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$') 1.5 # 1.6 #(xend-relocation-hosts-allow '') 1.7 -(xend-relocation-hosts-allow '^localhost$') 1.8 +(xend-relocation-hosts-allow '^localhost$ ^localhost\.localdomain$') 1.9 1.10 # The limit (in kilobytes) on the size of the console buffer 1.11 #(console-limit 1024)