Skip to content

Commit

Permalink
Fix contrailctl schema for tsn provisioning
Browse files Browse the repository at this point in the history
Change-Id: I16bb46d8afdb39ae945765d50bde0d30371194d2
Closes-Bug: #1714569
  • Loading branch information
krharsh committed Sep 4, 2017
1 parent 8ef374b commit fc71908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/python-contrailctl/examples/configs/agent.conf
Expand Up @@ -139,7 +139,7 @@
# tsn_evpn_mode = True

# List of tsn nodes working in active/backup mode tsn in HA
# tsn_servers = []
# tsn_server_list = []

[HYPERVISOR]
# OPTIONAL: typer - Type of hypervisor of host where agent will be provisioned.
Expand Down
2 changes: 1 addition & 1 deletion tools/python-contrailctl/schema/agent.json
Expand Up @@ -129,7 +129,7 @@
"description": "Knob to enable tor-service-node evpn peering",
"type": "boolean"
},
"tsn_servers": {
"tsn_server_list": {
"description": "list of tsn nodes when agent runs in tsn-no-forwarding mode (tsn ha)",
"type": "array"
}
Expand Down

0 comments on commit fc71908

Please sign in to comment.