aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/neutron/opendaylight.pp
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-09-18 23:41:10 -0400
committerTim Rozet <trozet@redhat.com>2017-09-29 05:08:39 +0000
commit28441dd7953cc7a45cde24eb488da23b75a96f3a (patch)
tree13a332112d3b9d8ebbd95eaf7342a34ecdda0de8 /manifests/profile/base/neutron/opendaylight.pp
parent2d4c9a44fc130b3997c3c6be50a74231bae46c3b (diff)
Add timeout for VPP interface command
We need to have a time out before trying to create VPP tap interfaces. Change-Id: I9954240529278e74d93fdf89d2ebc2536249245a Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit 82b874e3f46b4a4b0b1e059135d5f05c9ac4c3f0)
Diffstat (limited to 'manifests/profile/base/neutron/opendaylight.pp')
-rw-r--r--manifests/profile/base/neutron/opendaylight.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/neutron/opendaylight.pp b/manifests/profile/base/neutron/opendaylight.pp
index a766b1a..6eb56de 100644
--- a/manifests/profile/base/neutron/opendaylight.pp
+++ b/manifests/profile/base/neutron/opendaylight.pp
@@ -35,7 +35,7 @@ class tripleo::profile::base::neutron::opendaylight (
$odl_api_ips = hiera('opendaylight_api_node_ips'),
$node_name = hiera('bootstack_nodeid')
) {
- if hiera('vpp_enabled', false) and ('odl-router_v2' in hiera('neutron::service_plugins', [])) {
+ if hiera('vpp_enabled', false) and ('odl-lispflowmapping-msmr' in hiera('opendaylight::extra_features', [])) {
file { 'org.opendaylight.groupbasedpolicy.renderer.vpp.startup.cfg':
ensure => file,
path => '/opt/opendaylight/etc/org.opendaylight.groupbasedpolicy.renderer.vpp.startup.cfg',