diff options
author | Michael Hwang <mhwang@research.att.com> | 2018-02-25 21:18:24 -0500 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2018-02-26 18:36:25 -0500 |
commit | d2ce7db538f97bc7f86b87e15fe6fcda2b089294 (patch) | |
tree | 1312a0af0a1f2d6444345f0c6926cbb195392834 /docker/tox.ini | |
parent | b1fd860018c6c944416ad5ec3ed97377d0c13735 (diff) |
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 <mhwang@research.att.com>
Diffstat (limited to 'docker/tox.ini')
-rw-r--r-- | docker/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
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 |