fix flag names

This commit is contained in:
Anthony Young
2011-03-29 13:32:03 -07:00
parent 3e9b597713
commit dbef492039
5 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ class VNCNovaAuthMiddleware(object):
return self.token_cache[token]
rval = rpc.call(context.get_admin_context(),
FLAGS.vnc_console_proxy_topic,
FLAGS.vncproxy_topic,
{"method": "check_token", "args": {'token': token}})
if rval:
self.token_cache[token] = rval