Re: [openstack-dev] [nova] API for getting connection info from console token

2015-08-17 Thread Radoslav Gerganov
FYI, I have filed a bug to track this: https://bugs.launchpad.net/nova/+bug/1485529 It'd be really nice to fix this in the L release. Thanks, Rado On 4.08.2015 14:18, Radoslav Gerganov wrote: There is an API (os-console-auth-tokens) which returns the connection info which correspond to a

[openstack-dev] [nova] API for getting connection info from console token

2015-08-04 Thread Radoslav Gerganov
There is an API (os-console-auth-tokens) which returns the connection info which correspond to a given console token. However this API works only for RDP consoles: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/plugins/v3/console_auth_tokens.py#L49 Why do we have