diff options
author | Brian Freeman <bf1936@att.com> | 2019-02-07 12:25:16 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-02-07 12:25:26 -0500 |
commit | 6f25ec375bf86fba43efbe605d59e6c8acefaf84 (patch) | |
tree | 0d67a7bda42a72fee377f5ab92bae9e5c8c6bbb7 /robot/assets | |
parent | 5da423c6f623334c6b7001f74fd3f546809dee43 (diff) |
fix missing quote
Issue-ID: INT-705
Change-Id: I349eae8be5c5364fd2f503e6917f831fbfab722f
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/templates/aai/add_availability_zone_body.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/assets/templates/aai/add_availability_zone_body.template b/robot/assets/templates/aai/add_availability_zone_body.template index f081251a..e955ab32 100644 --- a/robot/assets/templates/aai/add_availability_zone_body.template +++ b/robot/assets/templates/aai/add_availability_zone_body.template @@ -1,5 +1,5 @@ { "availability-zone-name":"${availability_zone_name}", "hypervisor-type": "KVM", -"operational-status": "Active -}
\ No newline at end of file +"operational-status": "Active" +} |