You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2012/09/22 22:01:33 UTC

[2/2] git commit: Add the init configuration item, otherwise it will not be updated

Add the init configuration item, otherwise it will not be updated

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

Branch: refs/heads/master
Commit: 24efe5c6cd83d92bb13d0f8e71f5f227deb3142f
Parents: 8cde670
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Sat Sep 22 22:00:21 2012 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Sat Sep 22 22:00:21 2012 +0200

----------------------------------------------------------------------
 developer/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/24efe5c6/developer/pom.xml
----------------------------------------------------------------------
diff --git a/developer/pom.xml b/developer/pom.xml
index ed6dd86..03f2185 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -152,6 +152,7 @@
                                 </goals>
                                 <configuration>
                                     <sqlCommand>INSERT INTO `cloud`.`domain` (id, name, parent, path, owner) VALUES (1, 'ROOT', NULL, '/', 2)</sqlCommand>
+                                    <sqlCommand>INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Hidden', 'DEFAULT', 'management-server', 'init', 'false')</sqlCommand>
                                 </configuration>
                             </execution>
 						</executions>