Added / to the end_point of default local region. UI expects / while switching to other regions using single sign-on
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/00742e52 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/00742e52 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/00742e52 Branch: refs/heads/ui-multiple-pod-ranges Commit: 00742e524c23110d59ea8f0f07211c8d101cd62d Parents: e68d156 Author: Kishan Kavala <[email protected]> Authored: Thu Mar 21 16:36:55 2013 +0530 Committer: Kishan Kavala <[email protected]> Committed: Fri Mar 22 10:34:01 2013 +0530 ---------------------------------------------------------------------- setup/db/db/schema-40to410.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/00742e52/setup/db/db/schema-40to410.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql index 9d51030..60ad025 100644 --- a/setup/db/db/schema-40to410.sql +++ b/setup/db/db/schema-40to410.sql @@ -261,7 +261,7 @@ CREATE TABLE `cloud`.`region` ( PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client'); +INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client/'); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Account Defaults', 'DEFAULT', 'management-server', 'max.account.cpus', '40', 'The default maximum number of cpu cores that can be used for an account');
