Comment 2 for bug 1356721

Revision history for this message
Steve McLellan (sjmc7) wrote :

Note easiest way is likely:

- If: $net.externalRouterId != null
  Then:
    - $template.resources.$fip_name.depends_on: { get_resource: $routerInterfaceName}

This should cause heat to delete the router interface after the floating ip stuff. Eventually 1299259 will make it unnecessary, so include a comment to that effect.