Use plugins repo version of the human_log callback plugin

With the implementation of https://review.openstack.org/321331 the
human_log callback plugin is now part of the plugins repo.

This patch removes the retrofitted version in tox in favor of using
the version from the plugins repo instead.

Change-Id: Id9e5ef02ee245fd6259d2387b0f74465c7ad0c7c
This commit is contained in:
Jesse Pretorius 2016-07-15 13:59:20 +01:00
parent cd427f3a0f
commit 759816ea73
1 changed files with 0 additions and 3 deletions

View File

@ -126,9 +126,6 @@ commands =
rm -rf {homedir}/.ansible/plugins
git clone https://git.openstack.org/openstack/openstack-ansible-plugins \
{homedir}/.ansible/plugins
# This plugin makes the ansible-playbook output easier to read
wget -O {homedir}/.ansible/plugins/callback/human_log.py \
https://gist.githubusercontent.com/cliffano/9868180/raw/f360f306b3c6d689734a6aa8773a00edf16a0054/human_log.py
[testenv:ansible-syntax]