Skip to content

Commit

Permalink
Merge "Increase limit on number of BGPaaS sessions" into R3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Sep 17, 2016
2 parents cdff998 + 07fb2c9 commit c00025d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/to_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def parse_args(args_str):
'logger_class': None,
'sandesh_send_rate_limit': SandeshSystem.get_sandesh_send_rate_limit(),
'bgpaas_port_start': 50000,
'bgpaas_port_end': 50256,
'bgpaas_port_end': 50512,
'rabbit_use_ssl': False,
'kombu_ssl_version': '',
'kombu_ssl_keyfile': '',
Expand Down

0 comments on commit c00025d

Please sign in to comment.