glance/releasenotes/notes/scrubber-refactor-73ddbd61ebbf1e86.yaml
wangxiyuan d886d6d7e7 Scrubber refactor
The glance-scrubber utility is used by administrators
for the offline deletion of images when the Glance
option `delayed_delete` is enabled.  The refactoring in
this patch eliminates a dependency on the Glance
Registry v1 client. Further, after this change, the
glance-scrubber does not use the deprecated Glance
Registry at all. Instead, like the glance-manage tool,
it now visits the Glance database directly.

bp: scrubber-refactor
Change-Id: I26f570b85617200880543b7114730a1ac76d3fb1
2018-01-11 10:04:16 +08:00

9 lines
475 B
YAML

others:
- |
The ``glance-scrubber`` utility, which is used to perfom offline deletion
of images when the Glance ``delayed_delete`` option is enabled, has been
refactored so that it no longer uses the Glance Registry API (and hence no
longer has a dependency on the Registry v1 Client). Configuration options
associated with connecting to the Glance registry are no longer required,
and operators may remove them from the glance-scrubber.conf file.