Added / to the end_point of default local region. UI expects / while switching to other regions using single sign-on

This commit is contained in:
Kishan Kavala 2013-03-21 16:36:55 +05:30
parent e68d156b41
commit 00742e524c
1 changed files with 1 additions and 1 deletions

View File

@ -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');