From 575006d8849ffe5ed3391a4b79f0258c47359771 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 28 Feb 2023 13:20:41 +0900 Subject: [PATCH] Fix typo in parameter name Commit 3bb65c97a4c400bf82a836938f63b1b99f1c7757 introduced a type and causing the following warning. Unknown variable: '::openstack_integration::confing::host'. This change fixes it. Change-Id: Ied8eb6aeaa3385cc2f78ea9bd826bcbd68f4d826 --- manifests/nova.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nova.pp b/manifests/nova.pp index 83893f495..3b1a5a439 100644 --- a/manifests/nova.pp +++ b/manifests/nova.pp @@ -231,7 +231,7 @@ class openstack_integration::nova ( class { 'nova::scheduler': } class { 'nova::scheduler::filter': } class { 'nova::vncproxy': - host => $::openstack_integration::confing::host + host => $::openstack_integration::config::host } class { 'nova::network::neutron':