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 1D0B010154 for ; Thu, 31 Oct 2013 15:52:47 +0000 (UTC) Received: (qmail 46842 invoked by uid 500); 31 Oct 2013 15:52:46 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 46744 invoked by uid 500); 31 Oct 2013 15:52:44 -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 46730 invoked by uid 99); 31 Oct 2013 15:52:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 15:52:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of darren.s.shepherd@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-we0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 15:52:38 +0000 Received: by mail-we0-f180.google.com with SMTP id q59so2840439wes.25 for ; Thu, 31 Oct 2013 08:52:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=y7yAJf0WlK5ngOCUwLV9ZYe8ELazaCLDodDgsIoMVFs=; b=kBXAvKLcuOWOfIJy83tOv85HiRSLTJThiS6iUEQ1X+X+k4GAjzk50bEzykh8FuGAl5 h8W2VvYvSt759Z2ftdLJvDqQUrjEXppol8dgPRS7HwtCE98Tab6BaUZYssIIp3TcY3Ih 4hBUZPl3jCZsM0m81qd9BIQ56yZlvsrf6oYH4KYm1oP094bhjIMa7Drovd6CUm/rq2o4 KuhDJn772O0vo4p0PpN6E7oSA4SL+fb4+wBeJaobmDlCkpC8aZmAXnuaV5uSnewJ/mVB th5d7KDFqfYzUGjOgr2DUAN6VLOKvEM9hgFs0nORyg0uBjcb6pe3ehihYZh7y2jwUBN6 AO7g== MIME-Version: 1.0 X-Received: by 10.180.73.70 with SMTP id j6mr7196497wiv.47.1383234737088; Thu, 31 Oct 2013 08:52:17 -0700 (PDT) Received: by 10.216.152.9 with HTTP; Thu, 31 Oct 2013 08:52:17 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 Oct 2013 08:52:17 -0700 Message-ID: Subject: Re: note to devcloud users on db.properties.override From: Darren Shepherd To: "dev@cloudstack.apache.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I'll fix that. Gimme ten mintues. I specifically looked at that code and thought I didn't change the behavior, but I guess I screwed it up. Just a general comment. There's too many ways to do the same thing in CloudStack. Especially the database. The way databases are setup for developers shouldn't be so different from production. The way we manage the DB at the moment is so problematic in my mind. Darren On Thu, Oct 31, 2013 at 7:18 AM, Hugo Trippaers wrote: > Heya, > > With commit 1460196496d73e0db25c7beb2392cfaf9d591ed7 Darren improved the = loading of the db.properties file, however this also affected the DatabaseC= reator used by the deploydb procedure to refresh the database. Effectively = the db.properies.override is ignored at the moment and the db.proeprties fi= le in utils/conf/ will be used instead. We need to come up with a nice solu= tion for this in the near future, but in the meantime make any custom setti= ng there. Just don=92t commit them ;-) > > Cheers, > > Hugo