summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/image/glance.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/image/glance.py b/nova/image/glance.py
index e44f0aad8..4982144a4 100644
--- a/nova/image/glance.py
+++ b/nova/image/glance.py
@@ -38,6 +38,7 @@ LOG = logging.getLogger('nova.image.glance')
FLAGS = flags.FLAGS
+flags.DECLARE('use_deprecated_auth', 'nova.auth.manager')
GlanceClient = utils.import_class('glance.client.Client')