aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-13 18:07:08 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-13 18:07:08 +0000
commit39a3fe544a8539cf500560db6b1d2fa2e51ff46a (patch)
tree3051cd1f6a0f6c91e1cd6b31af9bf8d81e68590e /platform-logic/restapi-templates/src/main/json/sdwan-tenant.json
parent3fca8160d489542a3c1057b8694380159407240c (diff)
parentbd8befcd781b1c26f2f5c63e4f0c950dad9c3931 (diff)
Merge "Fix SDWAN restapi templates"
Former-commit-id: 22b464b4470f0b29359672ccd79731d5acf15ed3
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-tenant.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdwan-tenant.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json b/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json
index 6161b1bd..5f85aa22 100644
--- a/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json
+++ b/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json
@@ -7,7 +7,7 @@
"limitAccountNum": 1000,
"userAccount": ${prop.userAccount},
"userEmail": ${prop.userEmail},
- "sendInitEmailEnable": "true",
+ "sendInitEmailEnable": "false",
"countryCode": "CN",
"userPassword": "Test@12345"
-} \ No newline at end of file
+}