From ff358576a449fa62b5cd29225c8b35724e6f336a Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 26 Oct 2017 17:50:43 +0800 Subject: [PATCH] Remove the unnecessary horizon_auth the auth is used for registry, but the horizon not need, so the openstack_horizon_auth should be remove. refer to https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/tasks/register.yml#L13 Change-Id: Ibd8985651bd64cba3e30c15596f0ae6d692b973b --- ansible/roles/horizon/defaults/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/roles/horizon/defaults/main.yml b/ansible/roles/horizon/defaults/main.yml index 19d0cadaa8..645b32ad0a 100644 --- a/ansible/roles/horizon/defaults/main.yml +++ b/ansible/roles/horizon/defaults/main.yml @@ -56,8 +56,6 @@ horizon_image_full: "{{ horizon_image }}:{{ horizon_tag }}" #################### # OpenStack #################### -openstack_horizon_auth: "{'auth_url':'{{ openstack_auth.auth_url }}','username':'{{ openstack_auth.username }}','password':'{{ openstack_auth.password }}','project_name':'{{ openstack_auth.project_name }}'}" - horizon_logging_debug: "{{ openstack_logging_debug }}"