keystone db_sync from keystone user

This commit is contained in:
Ivan Ponovarev 2013-04-15 13:43:20 +04:00 committed by Vladimir Kuklin
parent ac7056349e
commit 34db8c0c51
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ class keystone(
# this probably needs to happen more often than just when the db is
# created
exec { 'keystone-manage db_sync':
user => 'keystone',
path => '/usr/bin',
refreshonly => true,
notify => Service['keystone'],