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
This commit is contained in:
Takashi Kajinami 2023-02-28 13:20:41 +09:00
parent dcaa10cfb3
commit 575006d884

View File

@ -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':