Add oslo::db to dependency chain

DB driver should be installed before
dbsync starts.

Change-Id: I95f45a05706fd31f817112e347c866e0bb6427fa
This commit is contained in:
dmburmistrov 2016-05-30 20:04:30 +03:00
parent 2fa8d510d0
commit a1a3205b20

View File

@ -28,6 +28,10 @@ class keystone::deps {
# before service startup
Oslo::Cache<||> -> Anchor['keystone::service::begin']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['keystone::dbsync::begin']
# paste-api.ini config should occur in the config block also.
Anchor['keystone::config::begin']
-> Keystone_paste_ini<||>