Merge "Fix typo in parameter name"

This commit is contained in:
Zuul 2023-03-03 09:58:02 +00:00 committed by Gerrit Code Review
commit 863628b2fe
1 changed files with 1 additions and 1 deletions

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