source: trunk/packages/xen-3.1/xen-3.1/tools/examples/xm-config.xml @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 1.5 KB
Line 
1<!--
2
3Copyright (C) 2006 XenSource Inc.
4
5This library is free software; you can redistribute it and/or
6modify it under the terms of version 2.1 of the GNU Lesser General Public
7License as published by the Free Software Foundation.
8
9This library is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12Lesser General Public License for more details.
13
14You should have received a copy of the GNU Lesser General Public
15License along with this library; if not, write to the Free Software
16Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
18-->
19
20<!--
21
22This is a configuration file for xm; it should be placed in
23/etc/xen/xm-config.xml.  If this file is missing, then xm will fall back to
24the normal behaviour that's in Xen 3.0.4 and below.  The settings here are
25most useful for experimenting with the Xen-API preview in Xen 3.0.4.
26
27-->
28
29<xm>
30  <!-- The server element describes how to talk to Xend.  The type may be
31       Xen-API or LegacyXMLRPC (the default).  The URI is that of the
32       server; you might try http://server:9363/ or
33       httpu:///var/run/xend/xen-api.sock for the Xen-API, or
34       httpu:///var/run/xend/xmlrpc.sock for the legacy server.
35
36       The username and password attributes will be used to log in if Xen-API
37       is being used.
38    -->
39  <!--
40  <server type='Xen-API'
41          uri='http://localhost:9363/'
42          username='me'
43          password='mypassword' />
44   -->
45</xm>
Note: See TracBrowser for help on using the repository browser.