Traceback (most recent call last):
File "/var/lib/cloud/instance/scripts/loguserdata.py", line 32, in <module>
import pkg_resources
ImportError: No module named 'pkg_resources'
When we revert this commit everything works fine.
For reproduce this issue you can create stack with one instance(with WC) and open logs of instance.
Hi! This commit has broken sahara https:/ /github. com/openstack/ heat/commit/ 59fc53a66c4dec4 5e4d150bce0a1d6 74477f710c and WC(if we correctly understand it). In logs of instance we can see:
Traceback (most recent call last): cloud/instance/ scripts/ loguserdata. py", line 32, in <module>
File "/var/lib/
import pkg_resources
ImportError: No module named 'pkg_resources'
When we revert this commit everything works fine.
For reproduce this issue you can create stack with one instance(with WC) and open logs of instance.