This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new f06daa5 Change Global setting type for allow.user.create.projects
(#4320)
f06daa5 is described below
commit f06daa5f8a7c98afb9dfa4e04af3089c7dab894c
Author: Pearl Dsilva <[email protected]>
AuthorDate: Tue Sep 15 13:23:54 2020 +0530
Change Global setting type for allow.user.create.projects (#4320)
Co-authored-by: Pearl Dsilva <[email protected]>
---
server/src/main/java/com/cloud/configuration/Config.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/main/java/com/cloud/configuration/Config.java
b/server/src/main/java/com/cloud/configuration/Config.java
index 3daf720..17418d8 100644
--- a/server/src/main/java/com/cloud/configuration/Config.java
+++ b/server/src/main/java/com/cloud/configuration/Config.java
@@ -1525,7 +1525,7 @@ public enum Config {
AllowUserToCreateProject(
"Project Defaults",
ManagementServer.class,
- Long.class,
+ Boolean.class,
"allow.user.create.projects",
"true",
"If regular user can create a project; true by default",