rhtyd commented on a change in pull request #4938:
URL: https://github.com/apache/cloudstack/pull/4938#discussion_r616590207



##########
File path: 
plugins/integrations/cloudian/src/main/java/org/apache/cloudstack/cloudian/CloudianConnector.java
##########
@@ -24,7 +24,7 @@
 public interface CloudianConnector extends PluggableService {
 
     ConfigKey<Boolean> CloudianConnectorEnabled = new ConfigKey<>("Advanced", 
Boolean.class, "cloudian.connector.enabled", "false",
-            "If set to true, this enables the Cloudian Connector for 
CloudStack.", true);
+            "If set to true, this enables the Cloudian Connector for 
CloudStack.", false);

Review comment:
       @davidjumani this won't work - maybe for UI but for the plugin to 
instantiate - you'll need to restart mgmt server, as it's used in the 
`configure` method of manager/class




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to