From 59a621e2b423e10d1ac84df200338095c2a15445 Mon Sep 17 00:00:00 2001
From: zhubingbing <zhu.bingbing@99cloud.net>
Date: Fri, 9 Jun 2017 17:01:17 +0800
Subject: [PATCH] Remove extra configuration item in solum.conf.j2

We use auth_uri contain auth_protocol and auth_port

Closes-Bug: #1696947

Change-Id: Id9b984d8822508e4ae972f513b36374abe2ebdff
---
 ansible/roles/solum/templates/solum.conf.j2 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ansible/roles/solum/templates/solum.conf.j2 b/ansible/roles/solum/templates/solum.conf.j2
index a2b34086a..3ca35821f 100644
--- a/ansible/roles/solum/templates/solum.conf.j2
+++ b/ansible/roles/solum/templates/solum.conf.j2
@@ -45,8 +45,6 @@ max_retries = -1
 auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v2.0
 auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
 auth_type = password
-auth_protocol = http
-auth_prot = 35357
 project_domain_id = default
 user_domain_id = default
 project_name = service
-- 
GitLab