Comment 6 for bug 1481614

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/209844
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=04eedc46b824daf1439c6367775a38444004f69c
Submitter: Jenkins
Branch: master

commit 04eedc46b824daf1439c6367775a38444004f69c
Author: Oleksii Chuprykov <email address hidden>
Date: Thu Aug 6 12:36:16 2015 +0300

    Try to get the version of cloud init via popen

    Now we can fail while trying to get the version of cloud-init
    via pkg_resources. Try to get the version via ordinary cmd call
    'cloud-init --version'.

    Change-Id: I39d4d52ba1ac83183a0a46c7f3a70a14b782562a
    Closes-Bug: #1481614