Merge "SDC proxy do not depend on CLAMP"
authorSébastien Determe <sd378r@intl.att.com>
Wed, 21 Mar 2018 14:18:11 +0000 (14:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 21 Mar 2018 14:18:11 +0000 (14:18 +0000)
extra/docker/clamp/docker-compose.yml

index 1de32bf..76992fd 100644 (file)
@@ -28,8 +28,6 @@ services:
     volumes:
       - "../../../src/test/resources/http-cache/example/:/thirdparty:rw"
       - "../../../src/test/resources/http-cache/:/script/:ro"
-    depends_on:
-      - clamp
     ports:
       - "8085:8085"
     command: /bin/sh -c "pip install requests &&  pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty"