Fix typo in parameter name
Commit 3bb65c97a4
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:
@@ -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':
|
||||||
|
Reference in New Issue
Block a user