aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/neutron/opendaylight.pp
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-07-18 13:35:13 -0400
committerFeng Pan <fpan@redhat.com>2017-07-27 11:12:01 -0400
commit8131692770530c9a7687718e7620fc4fb583b935 (patch)
treee60cf9433bcda48b57904c22a2583e6f1d546a5a /manifests/profile/base/neutron/opendaylight.pp
parente5c62346823df230beac221a8a413dd57810f3e8 (diff)
Add VPP and honeycomb services
Change-Id: I6ed724f4c81a230a17584c33cc4de8b4000d525e
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 b5e6d11..89dbf83 100644
--- a/manifests/profile/base/neutron/opendaylight.pp
+++ b/manifests/profile/base/neutron/opendaylight.pp
@@ -36,7 +36,7 @@ class tripleo::profile::base::neutron::opendaylight (
$node_name = hiera('bootstack_nodeid')
) {
- if $step >= 1 {
+ if $step == 1 {
validate_array($odl_api_ips)
if empty($odl_api_ips) {
fail('No IPs assigned to OpenDaylight Api Service')