Merge "Change USM internal backend port"
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user