diff options
author | Brian Freeman <bf1936@att.com> | 2019-05-14 20:44:46 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-05-14 20:46:19 -0500 |
commit | 83a8c709cd884e04be2af84afa9bea07075a48c9 (patch) | |
tree | 0e5e0285312500e00ef93bc5fe508a8d36ef2bad /robot/assets/templates | |
parent | 8016e645368c4676fba30d997dbefe87e14f9dca (diff) |
Set Version
Read policy-version from create of operational
Issue-ID: POLICY-1685
Change-Id: I6d98bd1149b99bc4a105d1d471657a7cff0d4446
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/policy/vFirewall_push.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/templates/policy/vFirewall_push.template b/robot/assets/templates/policy/vFirewall_push.template index aad32220..89c33ca6 100644 --- a/robot/assets/templates/policy/vFirewall_push.template +++ b/robot/assets/templates/policy/vFirewall_push.template @@ -6,7 +6,7 @@ }, { "policy-id": "operational.modifyconfig", - "policy-version": 1 + "policy-version": ${OP_POLICY_VERSION} } ] } |