From e68da67c0dc829eda2b2be1ac6ed4b7578fcb507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Fri, 21 Sep 2018 23:45:57 +0200 Subject: [PATCH] Remove parameter reference to non-exisingt parameter The ControlPlaneRoutes parameter referenced in network/config/bond-with-vlans/role.role.j2.yaml does not exist. Closes-Bug: #1793833 Change-Id: I6cc562cfb9617348f8f9128e700af481481be232 --- network/config/bond-with-vlans/role.role.j2.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/network/config/bond-with-vlans/role.role.j2.yaml b/network/config/bond-with-vlans/role.role.j2.yaml index 2439cc61ff..8787ef0bd5 100644 --- a/network/config/bond-with-vlans/role.role.j2.yaml +++ b/network/config/bond-with-vlans/role.role.j2.yaml @@ -93,7 +93,6 @@ resources: - get_param: ControlPlaneSubnetCidr routes: list_concat_unique: - - get_param: ControlPlaneRoutes - - ip_netmask: 169.254.169.254/32 next_hop: get_param: EC2MetadataIp