Comment 4 for bug 1451819

Revision history for this message
Steve Baker (steve-stevebaker) wrote :

You shouldn't be using the router name, try this instead:

  router_interface:
    type: OS::Neutron::RouterInterface
    properties:
      router: {get_resource: router}
      subnet: {get_resource: internal_subnet}