Comment 7 for bug 1519916

Revision history for this message
Kyrylo Galanov (kgalanov) wrote :

Hello Igor,

It is a puppet issue caused by inline_template returns ASCII string instead of UTF-8.
Please take a look at: http://paste.openstack.org/show/480541/

I would kindly advise you to define custom puppet functions covered by tests instead of using dirty hacks like this: https://github.com/openstack/fuel-plugin-nsxv/blob/7.0/deployment_scripts/puppet/modules/nsxv/manifests/hiera_override.pp#L7-L49

As soon as you remove inline_template calls from your code you will get rid of this bug.

Best regards,
Kyrylo