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