diff --git a/server/src/main/java/com/cloud/api/ApiServer.java b/server/src/main/java/com/cloud/api/ApiServer.java index a8ab7b095c67..cc9ec73c94e9 100644 --- a/server/src/main/java/com/cloud/api/ApiServer.java +++ b/server/src/main/java/com/cloud/api/ApiServer.java @@ -228,8 +228,8 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer private static final ConfigKey IntegrationAPIPort = new ConfigKey("Advanced" , Integer.class , "integration.api.port" - , "8096" - , "Default API port" + , "0" + , "Integration (unauthenticated) API port. To disable set it to 0 or negative." , false , ConfigKey.Scope.Global); private static final ConfigKey ConcurrentSnapshotsThresholdPerHost = new ConfigKey("Advanced"