Escape hyphen in neutron_agent_sriov_numvfs regexp

Change-Id: I49998e3aa5c8d7b47c79764587594ee66c34bb24
This commit is contained in:
Tobias Urdin 2021-05-05 15:45:08 +02:00
parent 569bb8c0d3
commit 5cff5cdfd5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Puppet::Type.newtype(:neutron_agent_sriov_numvfs) do
newparam(:name) do
desc "sriov_numvfs conf as <physical_network>:<number_of_vfs> format"
newvalues(/^[a-z0-9-_]+:[0-9]+$/)
newvalues(/^[a-z0-9\-_]+:[0-9]+$/)
end
end