aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/neutron/plugins/ml2
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2016-11-10 23:03:58 +0000
committerBen Nemec <bnemec@redhat.com>2016-11-10 23:03:58 +0000
commitf5a20ed5911324311b02773dde8a917eb82ddc0c (patch)
tree70501a74c8ca589ffc65f964bbcbb4cb24a91aab /manifests/profile/base/neutron/plugins/ml2
parent311bd47d1fb6145b57d3a2dd2e96087c428751ec (diff)
Fix puppet lint failure
I'm not sure how this merged, but it's causing failures in other patches to puppet-tripleo. Change-Id: Ib20d349fa9abd6347739190bb29a02b6e3eb839d
Diffstat (limited to 'manifests/profile/base/neutron/plugins/ml2')
-rw-r--r--manifests/profile/base/neutron/plugins/ml2/opendaylight.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/profile/base/neutron/plugins/ml2/opendaylight.pp b/manifests/profile/base/neutron/plugins/ml2/opendaylight.pp
index 2eb09ae..c120931 100644
--- a/manifests/profile/base/neutron/plugins/ml2/opendaylight.pp
+++ b/manifests/profile/base/neutron/plugins/ml2/opendaylight.pp
@@ -53,9 +53,9 @@ class tripleo::profile::base::neutron::plugins::ml2::opendaylight (
if ! $odl_url_ip { fail('OpenDaylight Controller IP/VIP is Empty') }
class { '::neutron::plugins::ml2::opendaylight':
- odl_username => $odl_username,
- odl_password => $odl_password,
- odl_url => "${conn_proto}://${odl_url_ip}:${odl_port}/controller/nb/v2/neutron";
+ odl_username => $odl_username,
+ odl_password => $odl_password,
+ odl_url => "${conn_proto}://${odl_url_ip}:${odl_port}/controller/nb/v2/neutron";
}
}
}