summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-17 00:03:34 +0000
committerGerrit Code Review <review@openstack.org>2012-02-17 00:03:34 +0000
commit7162ee5077f73f35be1488c413ae485897fc68e7 (patch)
tree606557adbc7acf60de56cb5d1385fbe6b240692d
parent5a21a28b53e436c6fac9f6f58a09ca2007b8d63b (diff)
parentac1522cf7ab3cdeb1ff45a88b83d4d4e963e349f (diff)
Merge "Declare deprecated auth flag before its used."
-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 c6d3cd076..776273209 100644
--- a/nova/image/glance.py
+++ b/nova/image/glance.py
@@ -38,6 +38,7 @@ LOG = logging.getLogger(__name__)
FLAGS = flags.FLAGS
+flags.DECLARE('use_deprecated_auth', 'nova.auth.manager')
GlanceClient = utils.import_class('glance.client.Client')