From b4e13ba16e90e8c850358390e4e4531b9899ed0e Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 15 Jul 2016 14:04:55 +0100 Subject: [PATCH] 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: I3c817b3019a892611d8dfbe0a1b3d3610857afdb --- releasenotes/source/index.rst.bak | 10 ---------- tox.ini | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 releasenotes/source/index.rst.bak diff --git a/releasenotes/source/index.rst.bak b/releasenotes/source/index.rst.bak deleted file mode 100644 index d0b2aaf..0000000 --- a/releasenotes/source/index.rst.bak +++ /dev/null @@ -1,10 +0,0 @@ -================================ - OpenStack-Ansible Release Notes -================================ - -.. toctree:: - :maxdepth: 1 - - liberty - mitaka - unreleased diff --git a/tox.ini b/tox.ini index e2607e8..4cf6bc8 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \