tripleo-quickstart-extras/roles/overcloud-deploy/templates/resource-registry-nic-configs.yaml.j2
Ronelle Landy 704fc1e4fc Use templated network-environment file for OVB
There are specific network-environment.yaml files for the
OVB deployments. This review removes those specific files
and adds settings so that the OVB deployments can use the
network-environment.yaml file generated from the j2 template.

Closes-Bug: #1698982
Change-Id: If4861c8fa7f847a524738f274189f6fdab4a5942
2017-06-29 23:19:24 +00:00

9 lines
375 B
Django/Jinja

{#
This takes advantage of the fact that valid JSON is also
valid YAML. The default to_nice_yaml filter doesn't quote strings,
which can cause unexpected implicit type conversion when the
resulting YAML is consumed, whereas with JSON all strings are quoted.
#}
{% set resource_registry = {'resource_registry': resource_registry_args} %}
{{ resource_registry|to_nice_json }}