fix ajax console proxy for new create_consumer method
This commit is contained in:
parent
f4d58a968b
commit
38b42096e9
@ -114,8 +114,7 @@ class AjaxConsoleProxy(object):
|
||||
{'args': kwargs, 'last_activity': time.time()}
|
||||
|
||||
self.conn = rpc.create_connection(new=True)
|
||||
rpc.create_consumer(
|
||||
self.conn,
|
||||
self.conn.create_consumer(
|
||||
FLAGS.ajax_console_proxy_topic,
|
||||
TopicProxy)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user