From d2ce7db538f97bc7f86b87e15fe6fcda2b089294 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Sun, 25 Feb 2018 21:18:24 -0500 Subject: Update docker plugin to use dcaepolicy 2.1.0 This involved all sorts of updates in how policy is expected to work for the component where the updates are not backwards friendly. Change-Id: I08707229b97755d560152fa14affd0bd7b37a3f8 Issue-ID: DCAEGEN2-349 Signed-off-by: Michael Hwang --- docker/tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/tox.ini') diff --git a/docker/tox.ini b/docker/tox.ini index 5fad68b..9e3cfb2 100644 --- a/docker/tox.ini +++ b/docker/tox.ini @@ -4,6 +4,7 @@ envlist = py27 [testenv] deps= + -rrequirements.txt cloudify-plugins-common==3.4 pytest coverage -- cgit 1.2.3-korg