diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-22 23:21:01 -0800 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-22 23:21:01 -0800 |
| commit | 943b863bef09a4e2b3de36c26a3fabbcc6093411 (patch) | |
| tree | fe84a58d50ccd1dc006012fc654b2b1e0ea3fcc6 /nova/compute | |
| parent | afcec00e9e05031e1e7c086ff75fb05cf97c412d (diff) | |
Lots of test fixing
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 81ea6dc53..0caadc32e 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -447,7 +447,7 @@ class API(base.Base): {'method': 'authorize_ajax_console', 'args': {'token': output['token'], 'host': output['host'], 'port': output['port']}}) - return {'url': '%s?token=%s' % (FLAGS.ajax_console_proxy_url, + return {'url': '%s/?token=%s' % (FLAGS.ajax_console_proxy_url, output['token'])} def get_console_output(self, context, instance_id): |
