We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eedcf0 commit 6130e53Copy full SHA for 6130e53
etc/kayobe/kolla/config/nova/nova-api.conf
@@ -1,6 +1,6 @@
1
{% if gpu_group_map | default({}) %}
2
[pci]
3
-{% for item in (gpu_group_map | dict2items | map(attribute='value') | flatten | unique | list %}
+{% for item in gpu_group_map | dict2items | map(attribute='value') | flatten | unique | list %}
4
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 }}" }
5
{% endfor %}
6
{% endif %}
0 commit comments