commit | 26df07d10d9b0a7e6e9e9ab2d9cc14ed735c0d1d | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Mon May 04 20:13:11 2020 -0400 |
committer | Jim Hahn <jrh3@att.com> | Mon May 04 20:19:11 2020 -0400 |
tree | ad4887722c794b6e8b5b8b87ac894aaf60107803 | |
parent | ed81ba9cc8e54c3c2d8c70972a6307a1b5bbe86a [diff] |
Eliminate spurious notifications from PAP Tracked it down to the following sequence: - policies were deployed to the pdp - received a request to undeploy a policy - generated a notification for the formerly deployed policy - this should not have been generated - undeployed the policy - received a response from the pdp indicating the policy had been undeployed - generated a notification indicating the policy was undeployed Removed the code that generated a notification when a policy is initially moved from deployed to undeployed (or vice versa). Issue-ID: POLICY-2539 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: If175974b5fa5ccda6a1e1ab8fa1326b263bb8005
Copyright 2017-2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Administration Point Backend code.
To build it using Maven 3, run: mvn clean install