Fix bootstrap node for nova conductor

The doc was updated but the actual default value still the one.
See context in I48ec4549552910f3cb8db960b0ff10a6c61b4bb9

Partial-Bug: #1792613
Change-Id: I8e0f4bd90d22617a6451fa591f9ff50821d9c33b
(cherry picked from commit 31e5cc36fd)
This commit is contained in:
Emilien Macchi 2019-06-20 15:23:39 -04:00
parent d64f7bfbb4
commit 02660341f3
1 changed files with 6 additions and 1 deletions

View File

@ -18,13 +18,18 @@
#
# === Parameters
#
# [*bootstrap_node*]
# (Optional) The hostname of the node responsible for bootstrapping tasks
# Defaults to hiera('nova_api_short_bootstrap_node_name', undef)
#
# [*step*]
# (Optional) The current step in deployment. See tripleo-heat-templates
# for more details.
# Defaults to hiera('step')
#
class tripleo::profile::base::nova::conductor (
$step = Integer(hiera('step')),
$bootstrap_node = hiera('nova_api_short_bootstrap_node_name', undef),
$step = Integer(hiera('step')),
) {
include ::tripleo::profile::base::nova
if $step >= 4 {