File: compute-add-validate-console-auth-token-999b790aec83de85.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Add the ``validate_console_auth_token`` method to the Compute proxy. This
    method uses the pre-existing ``os-console-auth-tokens`` OpenStack Compute
    API to validate a console access token as produced by
    ``get_console_url``. In addition, the method returns hypervisor connection
    information for the console (hypervisor IP and port numbers), as this call
    is generally used by the console proxies which users connect to.

    By default, callers of this method must have ``admin`` access to the
    OpenStack Compute API due to the privileged nature of the hypervisor
    connection information returned.