From 591f479442f9c4470bdf19cf8dfd0fb51e564c58 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Tue, 27 Feb 2024 17:28:48 +0000 Subject: [PATCH] [minor] Fix doc string for class Change-Id: I15b19dbbc77e211dff78bb9ba5e7c7210b08a529 --- glance/image_cache/drivers/centralized_db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glance/image_cache/drivers/centralized_db.py b/glance/image_cache/drivers/centralized_db.py index 109ab9b3cc..e0b65050cd 100644 --- a/glance/image_cache/drivers/centralized_db.py +++ b/glance/image_cache/drivers/centralized_db.py @@ -42,8 +42,8 @@ CONF = cfg.CONF class Driver(base.Driver): """ - Cache driver that uses xattr file tags and requires a filesystem - that has atimes set. + Cache driver that uses centralized database to store cache + information. """ def __init__(self):