puppet-glance/lib/puppet
Evgeny Antyshev dea0beff1a Fix parsing of image properties
when more then one pair of key/value's are given
then this code shows wrong behavior:

vm_mode=exe,cinder_img_volume_type=vstorage
it makes this:
vm_mode=''exe',cinder_img_volume_type=vstorage'

Reason is the first conversion being to broad, and 2nd match matches
the whole string.

Change-Id: I5bcf23374b57197680b87b554392ee172bf90571
2017-06-13 15:35:50 +00:00
..
provider Don't use copy from but download the image locally 2017-01-04 10:06:20 +01:00
type Fix parsing of image properties 2017-06-13 15:35:50 +00:00