From 0c209c0c2b6e4bbadf413c048d9c535d3c2d1a0b Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Tue, 12 Sep 2017 11:46:25 -0400 Subject: 1.0.0 and removed dcae.node.type and policy_get * moved dcae.node.type and policy_get from lib to dcaepolicy plugin and dcae.node.type * removed dependency on cloudify-plugins-common and requests packages * removed discovery logic since the lib does not talk to policy-handler anymore - happens in the new dcaepolicy plugin now * no more policy_apply_mode per policy node - it is up to component's blueprint to decide how to notify about policy change Change-Id: Ieefc3b5af1166a5c201574144fbf8c399e5ddc15 Issue-Id: DCAEGEN2-62 Signed-off-by: Alex Shatov --- python-dcae-policy/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python-dcae-policy/requirements.txt') diff --git a/python-dcae-policy/requirements.txt b/python-dcae-policy/requirements.txt index cdcf98d..2f98303 100644 --- a/python-dcae-policy/requirements.txt +++ b/python-dcae-policy/requirements.txt @@ -1,2 +1 @@ -cloudify-plugins-common==3.4 -requests>=2.11.0,<3.0.0 +# - not here because cloudify provides it: cloudify-plugins-common==3.4 -- cgit 1.2.3-korg