From ab50878cad0ae5cb74d892d3aab43663844164c1 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 5 Dec 2023 15:34:17 +0100 Subject: [PATCH] Fix opensearch-migration command Co-Authored-By: Alex Welsh --- doc/source/operations/rocky-linux-9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/operations/rocky-linux-9.rst b/doc/source/operations/rocky-linux-9.rst index bf65181f8..f4168cc2b 100644 --- a/doc/source/operations/rocky-linux-9.rst +++ b/doc/source/operations/rocky-linux-9.rst @@ -143,7 +143,7 @@ Elasticsearch/Kibana should be migrated to OpenSearch. - ``kayobe overcloud service configuration generate --node-config-dir '/tmp/ignore' --kolla-tags none`` - ``kayobe overcloud container image pull -kt opensearch`` - ``kayobe kolla ansible run opensearch-migration`` -- If old indices are detected, they may be removed by running ``kayobe kolla ansible run opensearch-migration -e prune_kibana_indices=true`` +- If old indices are detected, they may be removed by running ``kayobe kolla ansible run opensearch-migration -ke prune_kibana_indices=true`` Sync Release Train artifacts ----------------------------