davidjumani commented on a change in pull request #4938:
URL: https://github.com/apache/cloudstack/pull/4938#discussion_r617183533
##########
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:
Exactly why it's being set as non dynamic. The user will get a
notification that the MS needs to be restarted after this change and on restart
it'll pick up the necessary API
--
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]