Fix typo in doc agent.py->agent

This patch fix the wrong description of agent_server_cert

Change-Id: I79979198e6cb4ee8c6ad49a7b9bd8e4093cf1934
Story: 2006612
Task: 36797
This commit is contained in:
Ajay Kumar 2019-10-24 14:21:59 +05:30
parent 6b58e66868
commit 935567b84c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ amphora_agent_opts = [
cfg.StrOpt('agent_server_ca', default='/etc/octavia/certs/client_ca.pem',
help=_("The ca which signed the client certificates")),
cfg.StrOpt('agent_server_cert', default='/etc/octavia/certs/server.pem',
help=_("The server certificate for the agent.py server "
help=_("The server certificate for the agent server "
"to use")),
cfg.StrOpt('agent_server_network_dir',
help=_("The directory where new network interfaces "