[FUEL-394] fix exec issue
This commit is contained in:
parent
a229679189
commit
5583750eaf
@ -91,12 +91,4 @@ if $cinder_rate_limits {
|
||||
'keystone_authtoken/signing_dirname': value => '/tmp/keystone-signing-cinder';
|
||||
}
|
||||
}
|
||||
exec { 'cinder-manage db_sync':
|
||||
command => $::cinder::params::db_sync_command,
|
||||
path => '/usr/bin',
|
||||
user => 'cinder',
|
||||
refreshonly => true,
|
||||
logoutput => 'on_failure',
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -77,5 +77,13 @@ if $use_syslog {
|
||||
'DEFAULT/verbose': value => $verbose;
|
||||
'DEFAULT/api_paste_config': value => '/etc/cinder/api-paste.ini';
|
||||
}
|
||||
exec { 'cinder-manage db_sync':
|
||||
command => $::cinder::params::db_sync_command,
|
||||
path => '/usr/bin',
|
||||
user => 'cinder',
|
||||
refreshonly => true,
|
||||
logoutput => 'on_failure',
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user