From 31e5cc36fdb91a83a76ed0c7cf32949e464222cb Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 20 Jun 2019 15:23:39 -0400 Subject: [PATCH] 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 --- manifests/profile/base/nova/conductor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/profile/base/nova/conductor.pp b/manifests/profile/base/nova/conductor.pp index 8ed999bdf..93840fb37 100644 --- a/manifests/profile/base/nova/conductor.pp +++ b/manifests/profile/base/nova/conductor.pp @@ -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