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-16 13:23:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-16 13:23:09 +0000
commit3e398fad69ef59d88f06b409e94651f6905ab267 (patch)
treef494fe6afb1fe55674bc4bc1a3e8db03aeac3c14 /platform-logic/restapi-templates/src/main/json/sdwan-tenant.json
parentdae92e04471b14e3bb86fd1e21a42bd209814ed5 (diff)
parent21b813aadc76919d02174db1942cbea94064bcea (diff)
Merge "Fix SDWAN restapi templates" into dublin
Former-commit-id: af06b310a13dd862962a8c54d6e92269ca63a458
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
+}