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
This commit is contained in:
Emilien Macchi 2019-06-20 15:23:39 -04:00
parent 1dd761e755
commit 31e5cc36fd
1 changed files with 1 additions and 1 deletions

View File

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