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 f83d957d91
commit c590802947
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
# Defaults to hiera('step')
#
class tripleo::profile::base::nova::conductor (
$bootstrap_node = hiera('nova_api_short_bootstrap_node_name', undef),
$step = Integer(hiera('step')),
) {
include ::tripleo::profile::base::nova