Skip to content

Commit

Permalink
TRITON-2299 cloudapi default_hvm_brand value is not quoted in sapi te…
Browse files Browse the repository at this point in the history
…mplate (#109)

Reviewed by: Dan McDonald <danmcd@kebe.com>
  • Loading branch information
bahamat committed Apr 17, 2022
1 parent 1e31897 commit 4975c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi_manifests/cloudapi/template
Expand Up @@ -193,7 +193,7 @@
"default_hvm_brand": "kvm",
{{/CLOUDAPI_DEFAULT_HVM_BRAND}}
{{#CLOUDAPI_DEFAULT_HVM_BRAND}}
"default_hvm_brand": {{{CLOUDAPI_DEFAULT_HVM_BRAND}}},
"default_hvm_brand": "{{{CLOUDAPI_DEFAULT_HVM_BRAND}}}",
{{/CLOUDAPI_DEFAULT_HVM_BRAND}}

{{^CLOUDAPI_MULTIPLE_PUB_NETWORKS}}
Expand Down

0 comments on commit 4975c16

Please sign in to comment.