Fix schema and db-sync condition

Db sync should always be run once we
decoupled nova api from nova, unless we
have a proper notification system

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-07-30 12:05:16 +02:00
parent 4c862d6bf1
commit f4bb568aee
2 changed files with 2 additions and 3 deletions

View File

@ -33,7 +33,6 @@ $conductor_workers = $resource['input']['conductor_workers']
exec { 'post-nova_config':
command => '/bin/echo "Nova config has changed"',
refreshonly => true,
}
include nova::params

View File

@ -52,8 +52,8 @@ input:
schema: str
value: 'nova.volume.cinder.API'
use_forwarded_for:
schema: str
value: ''
schema: bool
value: false
osapi_compute_workers:
schema: int
value: 1