Validate inputs of nova::compute::provider
Change-Id: Idcc0edc2287f0c54bb14671255c053e3448f0dd1
This commit is contained in:
@@ -67,10 +67,10 @@
|
|||||||
# Defaults to 'provider.yaml'
|
# Defaults to 'provider.yaml'
|
||||||
#
|
#
|
||||||
class nova::compute::provider (
|
class nova::compute::provider (
|
||||||
$schema_version = '1.0',
|
$schema_version = '1.0',
|
||||||
$custom_inventories = [],
|
Array[Hash[String[1], Any]] $custom_inventories = [],
|
||||||
$config_location = '/etc/nova/provider_config',
|
Stdlib::Absolutepath $config_location = '/etc/nova/provider_config',
|
||||||
$config_file = 'provider.yaml',
|
String[1] $config_file = 'provider.yaml',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include nova::deps
|
include nova::deps
|
||||||
|
Reference in New Issue
Block a user