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':
|
exec { 'post-nova_config':
|
||||||
command => '/bin/echo "Nova config has changed"',
|
command => '/bin/echo "Nova config has changed"',
|
||||||
refreshonly => true,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
include nova::params
|
include nova::params
|
||||||
|
@ -52,8 +52,8 @@ input:
|
|||||||
schema: str
|
schema: str
|
||||||
value: 'nova.volume.cinder.API'
|
value: 'nova.volume.cinder.API'
|
||||||
use_forwarded_for:
|
use_forwarded_for:
|
||||||
schema: str
|
schema: bool
|
||||||
value: ''
|
value: false
|
||||||
osapi_compute_workers:
|
osapi_compute_workers:
|
||||||
schema: int
|
schema: int
|
||||||
value: 1
|
value: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user