mirror of https://github.com/apache/cloudstack.git
cloudian: Set cloudian.connector.enabled as not dynamic (#4938)
This PR sets cloudian.connector.enabled as not dynamic since cloudian requires the cloudianSsoLogin API which is added only once the MS is restarted
This commit is contained in:
parent
585164a540
commit
40a2ca4e0a
|
|
@ -24,7 +24,7 @@ import com.cloud.utils.component.PluggableService;
|
|||
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);
|
||||
|
||||
ConfigKey<String> CloudianAdminHost = new ConfigKey<>("Advanced", String.class, "cloudian.admin.host", "s3-admin.cloudian.com",
|
||||
"The hostname of the Cloudian Admin server.", true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue