From 00742e524c23110d59ea8f0f07211c8d101cd62d Mon Sep 17 00:00:00 2001 From: Kishan Kavala Date: Thu, 21 Mar 2013 16:36:55 +0530 Subject: [PATCH] Added / to the end_point of default local region. UI expects / while switching to other regions using single sign-on --- setup/db/db/schema-40to410.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql index 9d51030876c..60ad025c60e 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');