Skip to content

Commit

Permalink
[sonic-telemetry]: correcting server key name in configdb (sonic-net#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pra-moh authored and zhenggen-xu committed Jan 9, 2020
1 parent 71615fd commit a536b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-config-engine/minigraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def parse_xml(filename, platform=None, port_config_file=None):
},
'x509': {
'server_crt': '/etc/sonic/telemetry/streamingtelemetryserver.cer',
'server_key': '/etc/sonic/telemetry/streamingtelemetryclient.key',
'server_key': '/etc/sonic/telemetry/streamingtelemetryserver.key',
'ca_crt': '/etc/sonic/telemetry/dsmsroot.cer'
}
}
Expand Down

0 comments on commit a536b91

Please sign in to comment.