Merge "Fixup kuryr_daemon_enabled option description"

This commit is contained in:
Zuul 2018-12-21 17:15:08 +00:00 committed by Gerrit Code Review
commit 28d7f61ff9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,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",