aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/neutron/opendaylight
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-08 01:06:44 +0000
committerGerrit Code Review <review@openstack.org>2017-07-08 01:06:44 +0000
commitec9aea34c7f520b1a2a9138574bf5ba4f0a6b4c9 (patch)
treeda1b6cfc2032cb132b06954ef7af3e46cb73fada /manifests/profile/base/neutron/opendaylight
parent76af0ab6a4fd1bb7267e187f680c1616f24cf4f5 (diff)
parent1a862ea2f2801f017670f20cdc0ba9ff272a29b8 (diff)
Merge "Remove reference to bootstack_nodeid"
Diffstat (limited to 'manifests/profile/base/neutron/opendaylight')
-rw-r--r--manifests/profile/base/neutron/opendaylight/create_cluster.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/profile/base/neutron/opendaylight/create_cluster.pp b/manifests/profile/base/neutron/opendaylight/create_cluster.pp
index c3e4f7f..94cd898 100644
--- a/manifests/profile/base/neutron/opendaylight/create_cluster.pp
+++ b/manifests/profile/base/neutron/opendaylight/create_cluster.pp
@@ -28,11 +28,11 @@
#
# [*node_name*]
# (Optional) The short hostname of node
-# Defaults to hiera('bootstack_nodeid')
+# Defaults to hiera('bootstrap_nodeid')
#
class tripleo::profile::base::neutron::opendaylight::create_cluster (
$odl_api_ips = hiera('opendaylight_api_node_ips'),
- $node_name = hiera('bootstack_nodeid')
+ $node_name = hiera('bootstrap_nodeid')
) {
tripleo::profile::base::neutron::opendaylight::configure_cluster {'ODL cluster':