aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2018-10-31 18:41:40 +0100
committersebdet <sebastien.determe@intl.att.com>2018-10-31 18:41:40 +0100
commit88f0dc9de3216366af961250bef43fa4e232116d (patch)
treecd9f944e078bf9739f1bc7dc07c1348bde5739b4 /src/main/resources
parent626d60b91ebe94bc9de2dfae45b211a7c9bd7687 (diff)
Fix Payload in policy
Fix payload field in Op Policy, must now be YAML format + fix SO actor value Issue-ID: CLAMP-241 Change-Id: Icce97a0c396fb9ae11c98ace66893066494fcf73 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/META-INF/resources/designer/partials/portfolios/PolicyWindow_properties.html4
-rw-r--r--src/main/resources/clds/templates/globalProperties.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/PolicyWindow_properties.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/PolicyWindow_properties.html
index 5a4600304..331ab5cd1 100644
--- a/src/main/resources/META-INF/resources/designer/partials/portfolios/PolicyWindow_properties.html
+++ b/src/main/resources/META-INF/resources/designer/partials/portfolios/PolicyWindow_properties.html
@@ -253,9 +253,9 @@ label {
</div>
<label for="payload" class="col-sm-4 control-label">
- Payload</label>
+ Payload (YAML)</label>
<div class="col-sm-8">
- <textarea class="form-control" id="recipeInput" name=recipeInput></textarea>
+ <textarea class="form-control" id="recipePayload" name=recipePayload></textarea>
</div>
</div>
<div class="form-group clearfix">
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": {