From 4d88340cb582a0fda9b6ac9174a41c7b4c28d655 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Sat, 14 Apr 2018 09:35:37 -0400 Subject: nosdn-fdio scenario fixes - Skip lookup for tap interfaces - Update l3_hosts field in vpp ml2 section Change-Id: I231054a433eb7e598a6e24f6eaea02d476e776de Signed-off-by: Feng Pan --- manifests/profile/base/neutron/plugins/ml2/vpp.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/profile/base') diff --git a/manifests/profile/base/neutron/plugins/ml2/vpp.pp b/manifests/profile/base/neutron/plugins/ml2/vpp.pp index 0312eff..f90841a 100644 --- a/manifests/profile/base/neutron/plugins/ml2/vpp.pp +++ b/manifests/profile/base/neutron/plugins/ml2/vpp.pp @@ -42,7 +42,7 @@ class tripleo::profile::base::neutron::plugins::ml2::vpp ( if $step >= 4 { if $::hostname in hiera('controller_node_names') { - $l3_hosts = strip(hiera('controller_node_names').split(',')[0]) + $l3_hosts = "${hiera('controller_node_names').split(',')[0]}.${::domain}" } else { $l3_hosts = undef } -- cgit 1.2.3-korg