Comment 3 for bug 1749394

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

Reviewed: https://review.openstack.org/545435
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=c6b758477c3304deb8435b369406ea11e00f71db
Submitter: Zuul
Branch: master

commit c6b758477c3304deb8435b369406ea11e00f71db
Author: dharmendra <email address hidden>
Date: Fri Feb 16 18:34:35 2018 +0000

    Permission issue with heat.

    While deploying a vnf with autoscaling, heat translator failed with
    premission denied error. This issue occured because [1] opening file
    in root dir (i.e. '/'), due to which it giving permission denied.
    Fixing it by setting current working dir as '/temp'

    [1]: https://github.com/openstack/heat-translator/blob/master/translator/hot/tosca_translator.py#L69

    Change-Id: Ib2b0fd6c4c32a523b9fb25f47eae19225b84439f
    Closes-bug: #1749394