Package: opennebula
Version: 3.2.1-1
Severity: minor

Hi,
"onehost add" doesn't work with 3.2.1. Patch to update the README.Debian
attached.
Cheers,
 -- Guido


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From e7ba8828c60db821b3a9fbfcc48336982acccaab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org>
Date: Tue, 27 Mar 2012 15:57:08 +0200
Subject: [PATCH] Adjust host creation to 3.2.1 syntax

---
 debian/opennebula.README.Debian |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/opennebula.README.Debian b/debian/opennebula.README.Debian
index ba0ebf0..4c22858 100644
--- a/debian/opennebula.README.Debian
+++ b/debian/opennebula.README.Debian
@@ -67,7 +67,7 @@ Add a new host (node) in OpenNebula pool
 
 4.1 If the node and controller are different servers
 
-  oneadmin@controller> onehost add node01 im_kvm vmm_kvm tm_ssh
+  oneadmin@controller> onehost create node01 im_kvm vmm_kvm tm_ssh dummy
 
 4.2 If the node and controller are the same server
 
@@ -83,7 +83,7 @@ You need to enable 'tm_shared' in '/etc/one/oned.conf' by uncommenting:
 Restart OpenNebula and add the node:
 
   oneadmin@controller> one stop; one start
-  oneadmin@controller> onehost add localhost im_kvm vmm_kvm tm_shared
+  oneadmin@controller> onehost create localhost im_kvm vmm_kvm tm_ssh dummy
 
 
 5. Check node registration on controller
-- 
1.7.9.1

Reply via email to