From d29e182e20c642d299c43499eec197f297af8939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan-Luis=20de=20Sousa-Valadas=20Casta=C3=B1o?= Date: Tue, 5 Dec 2017 14:00:11 +0100 Subject: [PATCH] [enterprise-3.9] Rename openshift_hosted_router_selector The variable openshift_hosted_router_selector is now openshift_router_selector. In this same document openshift_router_selector is already used. Reference: https://github.com/openshift/openshift-ansible/commit/4b0f5219f4ec3eeb5433fc9f985b1e067b581276 (cherry picked from commit e4cd20c1d7415721b3a2c238b69d22f47e0c95a4) xref:https://github.com/openshift/openshift-docs/pull/6609 --- install_config/install/advanced_install.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_config/install/advanced_install.adoc b/install_config/install/advanced_install.adoc index a1127ebc02f6..7a1a74291925 100644 --- a/install_config/install/advanced_install.adoc +++ b/install_config/install/advanced_install.adoc @@ -428,7 +428,7 @@ invalid if used. These values override other settings in node configuration which may cause invalid configurations. Example usage: *{'image-gc-high-threshold': ['90'],'image-gc-low-threshold': ['80']}*. -|`openshift_hosted_router_selector` +|`openshift_router_selector` |Default node selector for automatically deploying router pods. See xref:configuring-node-host-labels[Configuring Node Host Labels] for details.