c041db7f85
Move the implemented Queens specs from 'approved' to 'implemented' and set up redirects so links to 'approved' won't break. Change-Id: I6f228424d677f1b4c47b6784732c0ab10cd2aa47
914 B
914 B
Spec Lite: Refactor Glance Scrubber
- problem
-
The scrubber code uses the registry v1 client. This is bad because it doesn't support Keystone v3 auth, which is widely used by default. Additionally, when the Images API v1 is removed, nothing else will be using the registry v1 client.
- solution
-
Refactor the scrubber so that it doesn't use the registry at all. Planning for registry deprecation began in Newton and the deprecation is being officially announced in Queens. This refactoring will allow us to remove the registry on schedule in the S release.
- impacts
-
None
- timeline
-
Q-2 milestone or thereabouts (early December)
- link
-
https://blueprints.launchpad.net/glance/+spec/scrubber-refactor
- reviewers
-
rosmaita, abhishekk, jokke
- assignee
-
wangxiyuan