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:
parent
dcaa10cfb3
commit
575006d884
@ -231,7 +231,7 @@ class openstack_integration::nova (
|
|||||||
class { 'nova::scheduler': }
|
class { 'nova::scheduler': }
|
||||||
class { 'nova::scheduler::filter': }
|
class { 'nova::scheduler::filter': }
|
||||||
class { 'nova::vncproxy':
|
class { 'nova::vncproxy':
|
||||||
host => $::openstack_integration::confing::host
|
host => $::openstack_integration::config::host
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'nova::network::neutron':
|
class { 'nova::network::neutron':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user