diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2018-10-31 17:55:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-31 17:55:45 +0000 |
commit | b0eb2982ff2abccb178d378d9a6a6c9006559b84 (patch) | |
tree | 1d9b3a057bbfc90644a88e5206e498b5814a825e /src/main/resources/clds | |
parent | 46da03452820f5467c9ae77198e95a94cbd3b783 (diff) | |
parent | 88f0dc9de3216366af961250bef43fa4e232116d (diff) |
Merge "Fix Payload in policy"
Diffstat (limited to 'src/main/resources/clds')
-rw-r--r-- | src/main/resources/clds/templates/globalProperties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/clds/templates/globalProperties.json b/src/main/resources/clds/templates/globalProperties.json index b6f68f64c..7cd449f9c 100644 --- a/src/main/resources/clds/templates/globalProperties.json +++ b/src/main/resources/clds/templates/globalProperties.json @@ -49,7 +49,7 @@ "timeout": 345, "actor": { "APPC":"APPC", - "MSO": "SO", + "SO": "SO", "VFC": "VFC" }, "vnfRecipe": { |