Merge "Enclose VFS_LIST in double quotes"

This commit is contained in:
Zuul
2019-06-14 07:27:38 +00:00
committed by Gerrit Code Review

View File

@@ -22,5 +22,5 @@ VFS_BLANKET=auto
#
#VFS_LIST=ens3p0:16 ens4p0:16
{% if sriov_vfs_list -%}
VFS_LIST={{ sriov_vfs_list }}
VFS_LIST="{{ sriov_vfs_list }}"
{% endif -%}