<div dir="ltr">I have investigated this issue too.<div><br></div><div>Previously, Puppet "commands" had only stdout in their output value and stderr was discarded unless the command have returned an error code and the exception is raised with stderr as its message.</div><div>In the current Puppet versions BOTH stdout and stderr go into the comamnd output. It's bad in out case because it breaks neutron command output parsing and can impact any other command.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-22 14:50 GMT+03:00 Martin Mágr <span dir="ltr"><<a href="mailto:mmagr@redhat.com" target="_blank">mmagr@redhat.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 10/22/2015 05:16 AM, Matt Fischer wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I thought we had code in other places that split out stderr and only logged it if there was an actual error but I cannot find the reference now.<br>
</blockquote>
</span><a href="https://github.com/openstack/puppet-glance/blob/stable/kilo/lib/puppet/provider/glance.rb#L184" rel="noreferrer" target="_blank">https://github.com/openstack/puppet-glance/blob/stable/kilo/lib/puppet/provider/glance.rb#L184</a><br>
<br>
But it was removed in master branch for some reason.<div class="HOEnZb"><div class="h5"><br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>