Skip to content

Stack setup will fail because of missing dependency #91

Description

@alexmerz

Template lamp-single-server/example.yam

Setting up the floating IP will fail because of a missing dependency:

  floating_ip:
    type: OS::Neutron::FloatingIP
    depends_on: [ port ]
    properties:
      floating_network: { get_param: public_network }
      port_id: { get_resource: port }

The router_subnet_bridge needs to be added

    depends_on: [ port, router_subnet_bridge ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions