Fix typo in resource name

Change-Id: I5ec8a021f61c17553c42f39098229009ea7685a5
This commit is contained in:
Takashi Kajinami 2021-12-27 11:49:24 +09:00
parent e204e93770
commit 3b6c317cd1

View File

@ -3,7 +3,7 @@ Puppet::Type.newtype(:cinder_api_uwsgi_config) do
ensurable
newparam(:name, :namevar => true) do
desc 'Section/setting name to manage from /etc/neutron/neutron-api-uwsgi.ini'
desc 'Section/setting name to manage from /etc/cinder/cnder-api-uwsgi.ini'
newvalues(/\S+\/\S+/)
end