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:
parent
4c862d6bf1
commit
f4bb568aee
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user