From ae50f9238d17f510adbb1daf47a0c31ad8009c87 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Thu, 8 Jan 2015 19:02:43 -0700 Subject: [PATCH] Fix reference to "stores" from deprecated name Change-Id: Ib3c1b82981ea51bd09bd4814e01c0c0d32048850 --- glance/common/location_strategy/store_type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance/common/location_strategy/store_type.py b/glance/common/location_strategy/store_type.py index 75f8c23967..45017a55c3 100644 --- a/glance/common/location_strategy/store_type.py +++ b/glance/common/location_strategy/store_type.py @@ -28,7 +28,7 @@ store_type_opts = [ default=[], help=_("The store names to use to get store preference order. " "The name must be registered by one of the stores " - "defined by the 'known_stores' config option. " + "defined by the 'stores' config option. " "This option will be applied when you using " "'store_type' option as image location strategy " "defined by the 'location_strategy' config option."))