Remove reference to bootstack_nodeid

This has been replaced with bootstrap_nodeid which isn't hard-coded to
the Controller role and thus will work should this service be deployed
on any other role via composable services.

Change-Id: I0a9fced847caf344e5d26b452f1bd40afab8f029
This commit is contained in:
Steven Hardy 2017-07-06 17:28:27 +01:00
parent e74e32338e
commit 1a862ea2f2
2 changed files with 4 additions and 4 deletions

View File

@ -28,12 +28,12 @@
#
# [*node_name*]
# (Optional) The short hostname of node
# Defaults to hiera('bootstack_nodeid')
# Defaults to hiera('bootstrap_nodeid')
#
class tripleo::profile::base::neutron::opendaylight (
$step = Integer(hiera('step')),
$odl_api_ips = hiera('opendaylight_api_node_ips'),
$node_name = hiera('bootstack_nodeid')
$node_name = hiera('bootstrap_nodeid')
) {
if $step >= 1 {

View File

@ -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':