Skip to content

Commit

Permalink
zk_timeout option must be read as integer
Browse files Browse the repository at this point in the history
Change-Id: I679d75da227248a81e6841851ed26ad1eb390a1e
Closes-Bug: 1643846
  • Loading branch information
Sachin Bansal committed Feb 2, 2017
1 parent dd95435 commit fd7d3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/to_bgp.py
Expand Up @@ -4064,7 +4064,7 @@ def _bool(s):
help="Used for database keyspace separation")
parser.add_argument("--sandesh_send_rate_limit", type=int,
help="Sandesh send rate limit in messages/sec")
parser.add_argument("--zk_timeout",
parser.add_argument("--zk_timeout", type=int,
help="Timeout for ZookeeperClient")
parser.add_argument("--logical_routers_enabled", type=_bool,
help="Timeout for ZookeeperClient")
Expand Down

0 comments on commit fd7d3c5

Please sign in to comment.