From c330bc52e747c3f33f2e815e037899a6caa6e01e Mon Sep 17 00:00:00 2001 From: sd109 Date: Tue, 19 Mar 2024 15:05:39 +0000 Subject: [PATCH] Update SKC config recommendation to reflect upstream changes --- doc/source/configuration/magnum-capi.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/source/configuration/magnum-capi.rst b/doc/source/configuration/magnum-capi.rst index 302bf800cd..c05a80bcf2 100644 --- a/doc/source/configuration/magnum-capi.rst +++ b/doc/source/configuration/magnum-capi.rst @@ -105,16 +105,10 @@ Next, copy the CAPI management cluster's kubeconfig file into your stackhpc-kayo The following config should also be set in your stackhpc-kayobe-config environment: -.. code-block:: ini - :caption: magnum.conf - - [nova_client] - endpoint_type = publicURL - .. code-block:: yaml :caption: kolla/globals.yml - magnum_cluster_api_driver_enabled: true + magnum_capi_helm_driver_enabled: true To apply the configuration, run ``kayobe overcloud service reconfigure -kt magnum``.