diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-29 13:32:03 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-29 13:32:03 -0700 |
| commit | dbef49203985b4eea82912d010df7204ec68586c (patch) | |
| tree | 01a576f04c10b31c260d57876d993eb48ab9f465 /nova/vnc | |
| parent | 3e9b5977137c430d218ec8c00e286b691ea8367d (diff) | |
| download | nova-dbef49203985b4eea82912d010df7204ec68586c.tar.gz nova-dbef49203985b4eea82912d010df7204ec68586c.tar.xz nova-dbef49203985b4eea82912d010df7204ec68586c.zip | |
fix flag names
Diffstat (limited to 'nova/vnc')
| -rw-r--r-- | nova/vnc/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/vnc/auth.py b/nova/vnc/auth.py index 105b68fe2..45f77dd59 100644 --- a/nova/vnc/auth.py +++ b/nova/vnc/auth.py @@ -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 |
