diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2020-04-10 05:55:25 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2020-04-10 06:04:50 +0800 |
commit | 44c3c51b585b40f432cea350c6ddd9e504998afc (patch) | |
tree | 12e056d469f726a19757361d2239cb23575625c4 /config/osdf_config.yaml | |
parent | ec68a8ff4cb494867f72a3fa17ab481b2c38e119 (diff) |
Fix bugs in policy retrevial
Fix bugs in the payload sent to policy query
Issue-ID: OPTFRA-731
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I7ed833e4daf2eb08c6bf4b998fd61d4182246677
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-x | config/osdf_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index eba89e0..4f2f6b6 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -18,7 +18,7 @@ conductorMaxRetries: 30 # if we don't get something in 30 minutes, give up conductorMinorVersion: 0 # Policy Platform -- requires Authorization -policyPlatformUrl: https://policy-xacml-pdp:6969/policy/pdpx/decision/v1 # Policy Dev platform URL +policyPlatformUrl: https://policy-xacml-pdp:6969/policy/pdpx/v1/decision # Policy Dev platform URL # URL for policy model uploading policyPlatformUrlModelUpload: https://policy.api.simpledemo.onap.org:8081/policy/api/v1/policytypes pathPolicyModelUpload: ../../models/policy/placement/tosca_upload/ @@ -54,4 +54,4 @@ pciHMSUsername: test pciHMSPassword: passwd #key -appkey: os35@rrtky400fdntc#001t5
\ No newline at end of file +appkey: os35@rrtky400fdntc#001t5 |