Merge "Fix bootstrap node for nova conductor"

This commit is contained in:
Zuul
2019-06-26 18:50:11 +00:00
committed by Gerrit Code Review

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