summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/rpc/impl_carrot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/rpc/impl_carrot.py b/nova/rpc/impl_carrot.py
index 117489bc6..40097e10e 100644
--- a/nova/rpc/impl_carrot.py
+++ b/nova/rpc/impl_carrot.py
@@ -119,7 +119,7 @@ class Consumer(messaging.Consumer):
"""
def __init__(self, *args, **kwargs):
- max_retries = FALGS.rabbit_max_retries
+ max_retries = FLAGS.rabbit_max_retries
sleep_time = FLAGS.rabbit_retry_interval
tries = 0
while True: