Fixup kuryr_daemon_enabled option description

Change-Id: I56278ae36b14b6cb6272935d4914c552197b573e
This commit is contained in:
Michał Dulko 2018-12-05 11:51:15 +01:00
parent 0db1f30085
commit f4d2f629a6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ kuryr_k8s_opts = [
help="Whether or not NPWG multi-vif feature is enabled"),
cfg.StrOpt("ocp_router_fip", default=None, help="OCP Router floating IP"),
cfg.BoolOpt("kuryr_daemon_enabled", default=True, help="Whether or not "
"CNI should run as a daemon"),
"kuryr-kubernetes is configured to run with kuryr-daemon"),
cfg.BoolOpt("ap_ha", default=False,
help='Whether or not A/P HA of kuryr-controller is enabled'),
cfg.StrOpt("controller_deployment_name", default="kuryr-controller",