ia64/xen-unstable
changeset 13203:ce49c9d78928
Copy the xm configuration file into the distribution. Comment-out the Xen-API
configuration therein, preserving the default behaviour.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
configuration therein, preserving the default behaviour.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Wed Dec 27 16:16:10 2006 +0000 (2006-12-27) |
parents | 966926d9c5cf |
children | d759e9df902f |
files | tools/examples/Makefile tools/examples/xm-config.xml |
line diff
1.1 --- a/tools/examples/Makefile Wed Dec 27 15:44:40 2006 +0000 1.2 +++ b/tools/examples/Makefile Wed Dec 27 16:16:10 2006 +0000 1.3 @@ -9,6 +9,7 @@ XENDOMAINS_SYSCONFIG = init.d/sysconfig. 1.4 # Xen configuration dir and configs to go there. 1.5 XEN_CONFIG_DIR = /etc/xen 1.6 XEN_CONFIGS = xend-config.sxp 1.7 +XEN_CONFIGS += xm-config.xml 1.8 XEN_CONFIGS += xmexample1 1.9 XEN_CONFIGS += xmexample2 1.10 XEN_CONFIGS += xmexample.hvm
2.1 --- a/tools/examples/xm-config.xml Wed Dec 27 15:44:40 2006 +0000 2.2 +++ b/tools/examples/xm-config.xml Wed Dec 27 16:16:10 2006 +0000 2.3 @@ -36,8 +36,10 @@ most useful for experimenting with the X 2.4 The username and password attributes will be used to log in if Xen-API 2.5 is being used. 2.6 --> 2.7 + <!-- 2.8 <server type='Xen-API' 2.9 uri='http://localhost:9363/' 2.10 username='me' 2.11 password='mypassword' /> 2.12 + --> 2.13 </xm>