Fix schema for nova puppet

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya
2015-07-30 09:43:16 +02:00
parent 67d3d751b1
commit b26c8f9541
2 changed files with 3 additions and 8 deletions

View File

@@ -54,7 +54,6 @@ $nova_group_id = $resource['input']['nova_group_id']['value']
$nova_public_key = $resource['input']['nova_public_key']['value']
$nova_private_key = $resource['input']['nova_private_key']['value']
$nova_shell = $resource['input']['nova_shell']['value']
$root_helper = $resource['input']['root_helper']['value']
$monitoring_notifications = $resource['input']['monitoring_notifications']['value']
$use_syslog = $resource['input']['use_syslog']['value']
$log_facility = $resource['input']['log_facility']['value']
@@ -120,7 +119,6 @@ class { 'nova':
nova_public_key => $nova_public_key,
nova_private_key => $nova_private_key,
nova_shell => $nova_shell,
root_helper => $root_helper,
monitoring_notifications => $monitoring_notifications,
use_syslog => $use_syslog,
log_facility => $log_facility,

View File

@@ -104,7 +104,7 @@ input:
value: '/var/lib/nova'
lock_path:
schema: str
value: $::nova::params::lock_path
value: '/var/lock/nova'
verbose:
schema: bool
value: false
@@ -124,7 +124,7 @@ input:
schema: bool
value: false
enabled_ssl_apis:
schema: []
schema: [str]
value: ['ec2', 'metadata', 'osapi_compute']
ca_file:
schema: str
@@ -150,9 +150,6 @@ input:
nova_shell:
schema: str
value: '/bin/false'
root_helper:
schema: str
value: $::nova::params::root_helper
monitoring_notifications:
schema: bool
value: false
@@ -166,7 +163,7 @@ input:
schema: bool
value: true
notification_driver:
schema: []
schema: [str]
value: []
notification_topics:
schema: str