diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-04-28 13:53:55 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-04-28 13:53:55 -0500 |
commit | c654d2f226fe30804e5ce0a08d8b439f2381d769 (patch) | |
tree | 2adb0488eaddca07dc1cfc033c58fb447b0b0d1d | |
parent | b53649c85ada47bb89ec5968a1e68476c1bc1453 (diff) |
point to renamed sdnc naming policy in db config
Issue-ID: POLICY-2525
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iea676911eaa7222949959ed0a7074b1260d8ce87
-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" } ] |