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 <[email protected]>
Authored: Sat Sep 22 22:00:21 2012 +0200
Committer: Hugo Trippaers <[email protected]>
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>

Reply via email to