Add oslo::cache to dependency chain
Package installation for cache backend is being migrated to oslo module [1]. For proper keystone installation dependency sequence should be preserved. [1] https://review.openstack.org/#/c/318215/ Change-Id: I4e965b6f5449a7104677f93b00af77ae21cba94b
This commit is contained in:
@@ -24,6 +24,10 @@ class keystone::deps {
|
||||
~> Service<| tag == 'keystone-service' |>
|
||||
~> anchor { 'keystone::service::end': }
|
||||
|
||||
# all cache settings should be applied and all packages should be installed
|
||||
# before service startup
|
||||
Oslo::Cache<||> -> Anchor['keystone::service::begin']
|
||||
|
||||
# paste-api.ini config should occur in the config block also.
|
||||
Anchor['keystone::config::begin']
|
||||
-> Keystone_paste_ini<||>
|
||||
|
||||
Reference in New Issue
Block a user