diff options
author | Alex Shatov <alexs@att.com> | 2018-02-01 14:16:56 -0500 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-02-01 14:16:56 -0500 |
commit | ac779d374ca12099eaeb8e5d89e65df37fd8a8f4 (patch) | |
tree | 181e0b72ead781dcab526124c81096980a552e8b /LICENSE.txt | |
parent | 2322ef8736e839d62930d9b6c847ce818261c26c (diff) |
improved message to deployment-handler and on API
* added errored_scopes and scope_prefixes to the message
to deployment-handler - to prevent erroneous
removal of policies
* hardcoded condition for scope not found 404 at policy-engine
to separate it from error on the scope retrieval 400
* adjusting the web API message in sync with notification
to deployment-handler
* unit test coverage 74%
Change-Id: Ie736a1b7aee0631b6785669c6b765bd240dd77b8
Issue-ID: DCAEGEN2-249
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 69d5fc1..28665aa 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ /* * ============LICENSE_START========================================== * =================================================================== -* Copyright © 2017 AT&T Intellectual Property. All rights reserved. +* Copyright © 2018 AT&T Intellectual Property. All rights reserved. * =================================================================== * * Unless otherwise specified, all software contained herein is licensed |