From dev-return-49716-apmail-cloudstack-dev-archive=cloudstack.apache.org@cloudstack.apache.org Thu Jan 9 18:08:06 2014 Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B19D10DC4 for ; Thu, 9 Jan 2014 18:08:06 +0000 (UTC) Received: (qmail 88843 invoked by uid 500); 9 Jan 2014 18:07:37 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 88806 invoked by uid 500); 9 Jan 2014 18:07:36 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 88788 invoked by uid 99); 9 Jan 2014 18:07:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 18:07:34 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of min.chen@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 18:07:29 +0000 X-IronPort-AV: E=Sophos;i="4.95,632,1384300800"; d="scan'208";a="91386483" Received: from sjcpex01cl02.citrite.net ([10.216.14.144]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/AES128-SHA; 09 Jan 2014 18:06:54 +0000 Received: from SJCPEX01CL01.citrite.net ([169.254.1.22]) by SJCPEX01CL02.citrite.net ([10.216.14.144]) with mapi id 14.02.0342.004; Thu, 9 Jan 2014 10:06:54 -0800 From: Min Chen To: "dev@cloudstack.apache.org" Subject: Re: build is broken for 4.3 Thread-Topic: build is broken for 4.3 Thread-Index: AQHPDScYvyh3QSA7E0qGHyTpSPznzJp8sNcA Date: Thu, 9 Jan 2014 18:06:53 +0000 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.6.130613 x-originating-ip: [10.215.3.2] Content-Type: text/plain; charset="Windows-1252" Content-ID: <6617692C177D014E9A5D49105A88EEA1@citrix.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Thanks Talluri for fixing this. It is my bad for forgetting this extra step in replacing old API. -min On 1/9/14 2:39 AM, "Srikanteswararao Talluri" wrote: >updateCloudToUseObjectStoreCategory is not not found in the >known_categories dictionary which is causing apidoc to fail. > > >Traceback (most recent call last): > > File "/Users/talluri/asf/cloudstack/tools/apidoc/gen_toc.py", line 194, >in > > category =3D choose_category(fn) > > File "/Users/talluri/asf/cloudstack/tools/apidoc/gen_toc.py", line 174, >in choose_category > > (fn, __file__)) > >Exception: Need to add a category for updateCloudToUseObjectStore.xml to >/Users/talluri/asf/cloudstack/tools/apidoc/gen_toc.py:known_categories > >Created the following RB request which adds the API >=8CudateCloudToUseObjectStore=B9 to =8CImage Store=B9 category. >https://reviews.apache.org/r/16749/ > >Thanks, >~Talluri