Comment 2 for bug 1709279

Revision history for this message
Alexey Shchukin (alex-v-schukin) wrote :

I tried the following:
- change the 'bootstrap' resource definition (see below) and recreate a stack.
---
  bootstrap:
    type: OS::Heat::SoftwareDeployment
    depends_on: server_volume_attachment
    properties:
      name: 01_bootstrap
      config:
        get_resource: bootstrap_script
---

- apply patch from https://review.openstack.org/#/c/482663/ and recreate a stack.

Nothing of that helped.