diff --git a/manifests/deps.pp b/manifests/deps.pp index bc71a61c..e59ba7de 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -29,6 +29,10 @@ class manila::deps { -> Manila_api_paste_ini<||> ~> Anchor['manila::config::end'] + # all coordination settings should be applied and all packages should be + # installed before service startup + Oslo::Coordination<||> -> Anchor['manila::service::begin'] + # all db settings should be applied and all packages should be installed # before dbsync starts Oslo::Db<||> -> Anchor['manila::dbsync::begin']