WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] XM/XenAPI: Enable Console other_config pa

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] XM/XenAPI: Enable Console other_config parameters to be passed through Xen API.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 07 May 2008 09:40:16 -0700
Delivery-date: Wed, 07 May 2008 09:40:37 -0700
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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1210166208 -3600
# Node ID 9a6ad687ec20dd84753e334b104a154738eae6ec
# Parent  0bc9343661273585966f30f12d36ceb784a63787
XM/XenAPI: Enable Console other_config parameters to be passed through Xen API.
Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@xxxxxxxxxxxxx>
---
 tools/python/xen/xm/xenapi_create.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 0bc934366127 -r 9a6ad687ec20 tools/python/xen/xm/xenapi_create.py
--- a/tools/python/xen/xm/xenapi_create.py      Wed May 07 09:45:55 2008 +0100
+++ b/tools/python/xen/xm/xenapi_create.py      Wed May 07 14:16:48 2008 +0100
@@ -485,9 +485,9 @@ class xenapi_create:
                 vm_ref,
             "protocol":
                 console.attributes["protocol"].value,
-            "other_params":
+            "other_config":
                 get_child_nodes_as_dict(console,
-                  "other_param", "key", "value")
+                  "other_config", "key", "value")
             }
 
         return server.xenapi.console.create(console_record)

_______________________________________________
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] XM/XenAPI: Enable Console other_config parameters to be passed through Xen API., Xen patchbot-unstable <=