diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-30 12:38:43 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-03-30 12:38:43 -0700 |
commit | 847429642e3c198cce44f44838a376232b726963 (patch) | |
tree | 36257c06cb8e6bdcae849294c5bdb5c4d665f575 /robot | |
parent | 6f43c7acadcdec1b8ae0313aff64ce409afa02a4 (diff) |
Fix vLBCL AAI API call parameters
Change-Id: If94b81d85b1348fbb9c782327d9f197aea49760e
Issue-ID: INT-407
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/assets/templates/aai/vlb_closed_loop_hack.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/assets/templates/aai/vlb_closed_loop_hack.template b/robot/assets/templates/aai/vlb_closed_loop_hack.template index 27f9c963..8bee7867 100644 --- a/robot/assets/templates/aai/vlb_closed_loop_hack.template +++ b/robot/assets/templates/aai/vlb_closed_loop_hack.template @@ -1,7 +1,7 @@ { "is-base-vf-module": false, - "persona-model-id": "${persona_model_id}", - "persona-model-version": "1.0", + "model-invariant-id": "${model-invariant-id}", + "model-version-id": "${model-version-id}", "vf-module-id": "${vf_module_id}", - "vf-module-name": "${vf_module_id}" + "vf-module-name": "${vf_module_id}" } |