Merge "Avoid unnecessary service restart after modifying glance-cache.conf"
This commit is contained in:
commit
3ac36bf615
@ -47,11 +47,13 @@ class glance::deps {
|
|||||||
|
|
||||||
# All other inifile providers need to be processed in the config block
|
# 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_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_image_import_config<||> ~> Anchor['glance::config::end']
|
||||||
Anchor['glance::config::begin'] -> Glance_swift_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']
|
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
|
# 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
|
# 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
|
# between packages with the glance-package tag and the glance-support-package
|
||||||
|
Loading…
Reference in New Issue
Block a user