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/c4d37b7d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c4d37b7d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c4d37b7d Branch: refs/heads/4.0 Commit: c4d37b7d23b416537bbb4a37464b28e6380baf62 Parents: 0b874f8 Author: Hugo Trippaers <[email protected]> Authored: Sat Sep 22 22:00:21 2012 +0200 Committer: Edison Su <[email protected]> Committed: Mon Sep 24 10:07:16 2012 -0700 ---------------------------------------------------------------------- developer/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c4d37b7d/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>
