Fix typo in values for disk_format

Fix typo in value vmd to vmdk.

Closes-Bug: #1604829

Change-Id: I0f2a3b7e37a3adbde7fdfaf91e518e0b97a40679
(cherry picked from commit 804afb9c3e)
This commit is contained in:
Alexander Arzhanov 2016-07-20 17:03:21 +03:00
parent 877ae23382
commit 013343261d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Puppet::Type.newtype(:glance_image) do
newproperty(:disk_format) do newproperty(:disk_format) do
desc "The format of the disk" desc "The format of the disk"
newvalues(:ami, :ari, :aki, :vhd, :vmd, :raw, :qcow2, :vdi, :iso) newvalues(:ami, :ari, :aki, :vhd, :vmdk, :raw, :qcow2, :vdi, :iso)
end end
newparam(:source) do newparam(:source) do