heat/heat/cloudinit
Vitaly Gridnev f95a8051ca Validate that python3 is ready for loguserdata
By default, ubuntu trusty images has python3 executable in
path, but we can't use that for executing loguserdata script,
because pkg_resources can't be imported. Now it's proposed to
try importing pkg_resources for validating readiness of
python3 for executing this script. If pkg_resources can't be
imported there is no other choice except using python2.

Change-Id: Icb4f58630016874eb40dd77590469fc5de6287e4
Closes-bug: 1617069
2016-08-26 11:49:30 +00:00
..
__init__.py Refactor loguserdata.py so it can be tested. 2013-02-07 08:45:18 +13:00
boothook.sh Don't create cloud-init user unless specified 2014-03-25 05:01:11 -04:00
config Don't create cloud-init user unless specified 2014-03-25 05:01:11 -04:00
loguserdata.py Validate that python3 is ready for loguserdata 2016-08-26 11:49:30 +00:00
part_handler.py Optimize "open" method with context manager 2015-11-27 07:48:55 -05:00