Escape hyphen in neutron_agent_sriov_numvfs regexp
Change-Id: I49998e3aa5c8d7b47c79764587594ee66c34bb24
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user