mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
This patch adds support for Nova microversion 2.99 which exposes the new spice-direct console type and the pre-existing /os-console-auth-token/ API. +----------+----------------------------------------------------------+ | Field | Value | +----------+----------------------------------------------------------+ | protocol | spice | | type | spice-direct | | url | http://127.0.0.1:13002/nova?token=f78009fb-41ad-... | +----------+----------------------------------------------------------+ +----------------------+--------------------------------------+ | Field | Value | +----------------------+--------------------------------------+ | host | 127.0.0.1 | | instance_uuid | f2477018-aa93-... | | internal_access_path | None | | port | 5900 | | tls_port | 5901 | +----------------------+--------------------------------------+ Change-Id: I2d33646d6ac9b25076d69be76dcef8f5c465cd1b Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/940479 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent.py | ||
| aggregate.py | ||
| console.py | ||
| console_connection.py | ||
| flavor.py | ||
| host.py | ||
| hypervisor.py | ||
| hypervisor_stats.py | ||
| keypair.py | ||
| server.py | ||
| server_backup.py | ||
| server_event.py | ||
| server_group.py | ||
| server_image.py | ||
| server_migration.py | ||
| server_volume.py | ||
| service.py | ||
| usage.py | ||