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:
dmburmistrov
2016-05-26 13:18:09 +03:00
parent 4665ae86b4
commit b057920560

View File

@@ -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<||>