Merge "Avoid unnecessary service restart after modifying glance-cache.conf"

This commit is contained in:
Zuul 2023-09-11 16:51:56 +00:00 committed by Gerrit Code Review
commit 3ac36bf615

View File

@ -47,11 +47,13 @@ class glance::deps {
# All other inifile providers need to be processed in the config block
Anchor['glance::config::begin'] -> Glance_api_paste_ini<||> ~> Anchor['glance::config::end']
Anchor['glance::config::begin'] -> Glance_cache_config<||> ~> Anchor['glance::config::end']
Anchor['glance::config::begin'] -> Glance_image_import_config<||> ~> Anchor['glance::config::end']
Anchor['glance::config::begin'] -> Glance_swift_config<||> ~> Anchor['glance::config::end']
Anchor['glance::config::begin'] -> Glance_rootwrap_config<||> ~> Anchor['glance::config::end']
# glance-cache.conf is used by CLI commands so service restart is not needed
Anchor['glance::config::begin'] -> Glance_cache_config<||> -> Anchor['glance::config::end']
# Support packages need to be installed in the install phase, but we don't
# put them in the chain above because we don't want any false dependencies
# between packages with the glance-package tag and the glance-support-package