diff options
author | Jim Hahn <jrh3@att.com> | 2020-04-28 21:34:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-28 21:34:18 +0000 |
commit | abe27edd504aa5405520452f3056a790863fc77c (patch) | |
tree | 6530d350b8c1b4b208c42b52154a898c99e66aa2 | |
parent | f0bbc5f3ab9770e21ef704ea9c5c33b31551f600 (diff) | |
parent | c654d2f226fe30804e5ce0a08d8b439f2381d769 (diff) |
Merge "point to renamed sdnc naming policy in db config"
-rw-r--r-- | main/src/main/resources/PapDb.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index e53ef192..0ce2b7d1 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -82,7 +82,7 @@ "desiredInstanceCount": 1, "policies": [ { - "name": "SDNC_Policy.ONAP_VNF_NAMING_TIMESTAMP", + "name": "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP", "version": "1.0.0" } ] |