Skip to content

Commit

Permalink
Use plugins repo version of the human_log callback plugin
Browse files Browse the repository at this point in the history
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: I3c817b3019a892611d8dfbe0a1b3d3610857afdb
  • Loading branch information
Jesse Pretorius committed Jul 15, 2016
1 parent eac7533 commit b4e13ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions releasenotes/source/index.rst.bak

This file was deleted.

3 changes: 0 additions & 3 deletions tox.ini
Expand Up @@ -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
rm -rf {homedir}/.ansible/roles
ansible-galaxy install \
--role-file={toxinidir}/tests/ansible-role-requirements.yml \
Expand Down

0 comments on commit b4e13ba

Please sign in to comment.