]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use pkgutil to load cloudinit data
authorZane Bitter <zbitter@redhat.com>
Tue, 27 Nov 2012 15:40:31 +0000 (16:40 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 16:05:13 +0000 (17:05 +0100)
commit7d166abe460dda339816554c8e0e677a746e79c6
tree539a8d9fa311f277baa7374051b1129f2f85069e
parentaa3ab22520fafca720842b2e98e636b404c8521c
Use pkgutil to load cloudinit data

Unlike reading from the filesystem, this will allow the data to be read
even if the package is installed as a gzipped tarball.

Change-Id: I1972f2b6a1b6cee12521480ed774468bb3444780
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources/instance.py