Merge "Change USM internal backend port"

This commit is contained in:
Zuul
2024-09-05 16:22:24 +00:00
committed by Gerrit Code Review

View File

@@ -10,10 +10,10 @@ API_SERVICE_OPTS = [
default=None,
help='IP for the authenticated Unified Software Management API server to bind to'),
cfg.IntOpt('auth_api_port',
default=5497,
default=5499,
help='The port for the authenticated Unified Software Management API server for GET operations'),
cfg.IntOpt('auth_api_alt_port',
default=5499,
default=5500,
help='The port for the authenticated Unified Software Management API server for update and slow operations'),
cfg.IntOpt('api_limit_max',
default=1000,