config for 5.0.0 policy-handler new PDP API 22/83722/1
authorAlex Shatov <alexs@att.com>
Fri, 29 Mar 2019 12:42:47 +0000 (08:42 -0400)
committerAlex Shatov <alexs@att.com>
Fri, 29 Mar 2019 12:42:47 +0000 (08:42 -0400)
commit30d02e82c80f215fadbedd1a452e4d3eb2a0cf52
tree86103242d621e9e41994d6230052bb9002f06a7a
parent205fc2e449f9bcc2f447c58d2bd15e9b563237d3
config for 5.0.0 policy-handler new PDP API

- in R4 Dublin the policy-engine introduced a totally new API
- policy-handler now has a startup option to either use
  = the new PDP API (default)
  = or the old PDP API that was created-updated before the end of 2018
- to use the old PDP API requires changing either the etc/config.json
  or setting up a non-empty env var PDP_API_VERSION on startup:
    export PDP_API_VERSION=2018
    docker run ... -e PDP_API_VERSION ...

Change-Id: Idd6973cf6cc3e76d2969332ff96e5e9e962ece1a
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-1128
bootstrap/README-docker.md
heat/register.sh