You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2013/04/30 14:07:59 UTC

git commit: updated refs/heads/master to 34885f6

Updated Branches:
  refs/heads/master ac23f7aae -> 34885f635


CLOUDSTACK-2201: Use DatabaseUpgradeChecker instead of premiumin nonossComponents.xml. Premium checker should be removed altogether


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/34885f63
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/34885f63
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/34885f63

Branch: refs/heads/master
Commit: 34885f63569d64aea0c3df90af6af31b881d0e5b
Parents: ac23f7a
Author: Kishan Kavala <ki...@cloud.com>
Authored: Tue Apr 30 17:36:57 2013 +0530
Committer: Kishan Kavala <ki...@cloud.com>
Committed: Tue Apr 30 17:37:32 2013 +0530

----------------------------------------------------------------------
 client/tomcatconf/nonossComponentContext.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/34885f63/client/tomcatconf/nonossComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/nonossComponentContext.xml.in b/client/tomcatconf/nonossComponentContext.xml.in
index 2359ba8..ff52457 100644
--- a/client/tomcatconf/nonossComponentContext.xml.in
+++ b/client/tomcatconf/nonossComponentContext.xml.in
@@ -42,7 +42,7 @@
   independent configuration
     
 -->
-  <bean id="premiumDatabaseUpgradeChecker" class="com.cloud.upgrade.PremiumDatabaseUpgradeChecker"/>
+  <bean id="DatabaseUpgradeChecker" class="com.cloud.upgrade.DatabaseUpgradeChecker"/>
   <bean id="GlobalLoadBalancingRulesServiceImpl" class ="org.apache.cloudstack.region.gslb.GlobalLoadBalancingRulesServiceImpl" >
     <property name="GslbServiceProvider">
       <ref bean="Netscaler"/>