Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Copy the xm configuration file into the d

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Copy the xm configuration file into the distribution. Comment-out the Xen-API
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Dec 2006 14:20:10 -0800
Delivery-date: Fri, 29 Dec 2006 14:20:52 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1167236170 0
# Node ID ce49c9d789281c40bbc9d451acca2f539d51b7b1
# Parent  966926d9c5cf6443e23c219357094c5987d5b9c6
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@xxxxxxxxxxxxx>
---
 tools/examples/Makefile      |    1 +
 tools/examples/xm-config.xml |    2 ++
 2 files changed, 3 insertions(+)

diff -r 966926d9c5cf -r ce49c9d78928 tools/examples/Makefile
--- a/tools/examples/Makefile   Wed Dec 27 15:44:40 2006 +0000
+++ b/tools/examples/Makefile   Wed Dec 27 16:16:10 2006 +0000
@@ -9,6 +9,7 @@ XENDOMAINS_SYSCONFIG = init.d/sysconfig.
 # Xen configuration dir and configs to go there.
 XEN_CONFIG_DIR = /etc/xen
 XEN_CONFIGS = xend-config.sxp
+XEN_CONFIGS += xm-config.xml
 XEN_CONFIGS += xmexample1 
 XEN_CONFIGS += xmexample2
 XEN_CONFIGS += xmexample.hvm
diff -r 966926d9c5cf -r ce49c9d78928 tools/examples/xm-config.xml
--- a/tools/examples/xm-config.xml      Wed Dec 27 15:44:40 2006 +0000
+++ b/tools/examples/xm-config.xml      Wed Dec 27 16:16:10 2006 +0000
@@ -36,8 +36,10 @@ most useful for experimenting with the X
        The username and password attributes will be used to log in if Xen-API
        is being used.
     -->
+  <!--
   <server type='Xen-API'
           uri='http://localhost:9363/'
           username='me'
           password='mypassword' />
+   -->
 </xm>

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Copy the xm configuration file into the distribution. Comment-out the Xen-API, Xen patchbot-unstable <=