Skip to content

Commit 6130e53

Browse files
mnasiadkaAlex-Welsh
andcommitted
Update etc/kayobe/kolla/config/nova/nova-api.conf
Co-authored-by: Alex Welsh <[email protected]>
1 parent 2eedcf0 commit 6130e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if gpu_group_map | default({}) %}
22
[pci]
3-
{% for item in (gpu_group_map | dict2items | map(attribute='value') | flatten | unique | list %}
3+
{% for item in gpu_group_map | dict2items | map(attribute='value') | flatten | unique | list %}
44
alias = { "vendor_id":"{{ stackhpc_gpu_data[item].vendor_id }}", "product_id":"{{ stackhpc_gpu_data[item].product_id }}", "device_type":"{{ stackhpc_gpu_data[item].device_type }}", "name":"{{ stackhpc_gpu_data[item].resource_name }}" }
55
{% endfor %}
66
{% endif %}

0 commit comments

Comments
 (0)