Add certificate configs to config reference
Previously some of the certificate configuration options were not included in the configuration reference guide. This patch fixes this by including the configuration options from the local certificate generator. Change-Id: I16f4065f3b3f0d73132d51143e979a529f80e9bfchanges/60/609760/1
parent
2c88c553ae
commit
b8584a463b
|
@ -33,7 +33,9 @@ def list_opts():
|
|||
('health_manager', octavia.common.config.healthmanager_opts),
|
||||
('controller_worker', octavia.common.config.controller_worker_opts),
|
||||
('task_flow', octavia.common.config.task_flow_opts),
|
||||
('certificates', octavia.common.config.certificate_opts),
|
||||
('certificates', itertools.chain(
|
||||
octavia.common.config.certificate_opts,
|
||||
octavia.certificates.common.local.certgen_opts)),
|
||||
('house_keeping', octavia.common.config.house_keeping_opts),
|
||||
('keepalived_vrrp', octavia.common.config.keepalived_vrrp_opts),
|
||||
('anchor', octavia.common.config.anchor_opts),
|
||||
|
|
Loading…
Reference in New Issue