Comment 10 for bug 1642926

Revision history for this message
Gianpietro Lavado (gianpietro.lavado) wrote :

I had the same issue and added the 'user_data_format: RAW' line to resolve it:

topology_template:
  node_templates:
    VDU1:
      type: tosca.nodes.nfv.VDU.Tacker
      properties:
        user_data_format: RAW
        ...

Took the suggestion from here: https://answers.launchpad.net/ubuntu/+source/heat/+question/406804