Remove ssh control path from ansible.cfg

As in If0d65996d171283d18a0c21dafa0fabfd1fe3479, remove ssh control
path. And update setup.cfg to match team mail used on other roles.

Change-Id: I99614239a41c4b1c23e3f24623b3845be12f2b72
This commit is contained in:
Jill Rouleau 2018-08-02 16:04:57 -07:00
parent b5b21e1cb0
commit 9b7eafef86
2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,3 @@ callback_whitelist = profile_tasks
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
roles_path = roles:$VIRTUAL_ENV/usr/share/ansible/roles/tripleo-keystone:$VIRTUAL_ENV/usr/local/share/
[ssh_connection]
control_path = %(directory)s/%C

View File

@ -4,7 +4,7 @@ summary = ansible-role-tripleo-keystone - Ansible Keystone role for the TripleO
description-file =
README.md
author = TripleO Team
author-email = jillr@redhat.com
author-email = openstack-dev@lists.openstack.org
home-page = https://git.openstack.org/cgit/openstack/ansible-role-tripleo-keystone
classifier =
License :: OSI Approved :: Apache Software License