From tashi-commits-return-319-apmail-incubator-tashi-commits-archive=incubator.apache.org@incubator.apache.org Wed Dec 28 02:49:10 2011 Return-Path: X-Original-To: apmail-incubator-tashi-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-tashi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 622529B13 for ; Wed, 28 Dec 2011 02:49:10 +0000 (UTC) Received: (qmail 61847 invoked by uid 500); 28 Dec 2011 02:49:10 -0000 Delivered-To: apmail-incubator-tashi-commits-archive@incubator.apache.org Received: (qmail 61820 invoked by uid 500); 28 Dec 2011 02:49:09 -0000 Mailing-List: contact tashi-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tashi-dev@incubator.apache.org Delivered-To: mailing list tashi-commits@incubator.apache.org Received: (qmail 61809 invoked by uid 99); 28 Dec 2011 02:49:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 02:49:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_FRT_STOCK2 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 02:49:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F26D8238890B; Wed, 28 Dec 2011 02:48:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1225075 - /incubator/tashi/branches/stroucki-accounting/src/tashi/nodemanager/nodemanagerservice.py Date: Wed, 28 Dec 2011 02:48:46 -0000 To: tashi-commits@incubator.apache.org From: stroucki@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111228024846.F26D8238890B@eris.apache.org> Author: stroucki Date: Wed Dec 28 02:48:46 2011 New Revision: 1225075 URL: http://svn.apache.org/viewvc?rev=1225075&view=rev Log: minor Modified: incubator/tashi/branches/stroucki-accounting/src/tashi/nodemanager/nodemanagerservice.py Modified: incubator/tashi/branches/stroucki-accounting/src/tashi/nodemanager/nodemanagerservice.py URL: http://svn.apache.org/viewvc/incubator/tashi/branches/stroucki-accounting/src/tashi/nodemanager/nodemanagerservice.py?rev=1225075&r1=1225074&r2=1225075&view=diff ============================================================================== --- incubator/tashi/branches/stroucki-accounting/src/tashi/nodemanager/nodemanagerservice.py (original) +++ incubator/tashi/branches/stroucki-accounting/src/tashi/nodemanager/nodemanagerservice.py Wed Dec 28 02:48:46 2011 @@ -363,7 +363,7 @@ class NodeManagerService(object): # remote def destroyVm(self, vmId): instance = self.__getInstance(vmId) - self.ACCOUNT("NM VM DESTROY", instance=instance) + self.__ACCOUNT("NM VM DESTROY", instance=instance) instance.state = InstanceState.Destroying self.instance[vmId] = instance self.vmm.destroyVm(vmId)