Merge "Remove reference to bootstack_nodeid"
This commit is contained in:
commit
ec9aea34c7
@ -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 {
|
||||
|
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user