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:
parent
6b58e66868
commit
935567b84c
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user