diff --git a/openstack_dashboard/local/local_settings.py.example b/openstack_dashboard/local/local_settings.py.example index 384111303da6180868d84596d8af34a01611dd89..63f466b302b1a186f322ac7391f33a963c427786 100644 --- a/openstack_dashboard/local/local_settings.py.example +++ b/openstack_dashboard/local/local_settings.py.example @@ -912,7 +912,11 @@ ALLOWED_PRIVATE_SUBNET_CIDR = {'ipv4': [], 'ipv6': []} # contact an admin to change their password. #PASSWORD_EXPIRES_WARNING_THRESHOLD_DAYS = 0 +# Kubernetes clusters can use Keystone as an external identity provider. +# Horizon can generate a 'kubeconfig' file from the application credentials +# control panel which can be used for authenticating with a Kubernetes cluster. +# These settings control the kubeconfig parameters. +# KUBECONFIG_ENABLED = False +# KUBECONFIG_KUBERNETES_URL = "https://127.0.0.1:44333" +# KUBECONFIG_CERTIFICATE_AUTHORITY_DATA = "" -KUBECONFIG_ENABLED = False -KUBECONFIG_KUBERNETES_URL = "https://127.0.0.1:44333" -KUBECONFIG_CERTIFICATE_AUTHORITY_DATA = ""