From 5bec8f5c95158a74f409d175fb6b2de4c1454823 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 12 Jul 2016 17:19:38 -0400 Subject: correction to a conditional in nic template Change-Id: Ibed808350163379fcfa5178c78fabe2f47e491fc Signed-off-by: Dan Radez --- build/nics-template.yaml.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/nics-template.yaml.jinja2') diff --git a/build/nics-template.yaml.jinja2 b/build/nics-template.yaml.jinja2 index 455ae0f3..91d0c478 100644 --- a/build/nics-template.yaml.jinja2 +++ b/build/nics-template.yaml.jinja2 @@ -94,7 +94,7 @@ resources: name: nic1 # force the MAC address of the bridge to this interface primary: true - {%- if 'public_network' in enabled_networks and vlans['private_network'] is number %} + {%- if 'public_network' in enabled_networks and vlans['public_network'] is number %} - type: vlan vlan_id: {get_param: ExternalNetworkVlanID} -- cgit 1.2.3-korg