Files
openstacksdk/doc/source/user/proxies/compute.rst
Michael Still 446c47ad74 Add support for spice-direct console types.
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: I97e3415ec3110374cf95d244cd75bcdf6c5e7871
2025-04-03 20:36:31 +11:00

5.5 KiB

Compute API

For details on how to use compute, see /user/guides/compute

openstack.compute.v2._proxy

The Compute Class

The compute high-level interface is available through the compute member of a ~openstack.connection.Connection object. The compute member will only be added if the service is detected.

Server Operations

openstack.compute.v2._proxy.Proxy

Network Actions

openstack.compute.v2._proxy.Proxy

Starting, Stopping, etc.

openstack.compute.v2._proxy.Proxy

Modifying a Server

openstack.compute.v2._proxy.Proxy

Image Operations

openstack.compute.v2._proxy.Proxy

Flavor Operations

openstack.compute.v2._proxy.Proxy

Service Operations

openstack.compute.v2._proxy.Proxy

Volume Attachment Operations

openstack.compute.v2._proxy.Proxy

Keypair Operations

openstack.compute.v2._proxy.Proxy

Server IPs

openstack.compute.v2._proxy.Proxy

Server Group Operations

openstack.compute.v2._proxy.Proxy

Server Interface Operations

openstack.compute.v2._proxy.Proxy

Server Tag Operations

openstack.compute.v2._proxy.Proxy

Availability Zone Operations

openstack.compute.v2._proxy.Proxy

Limits Operations

openstack.compute.v2._proxy.Proxy

Hypervisor Operations

openstack.compute.v2._proxy.Proxy

Extension Operations

openstack.compute.v2._proxy.Proxy

QuotaClassSet Operations

openstack.compute.v2._proxy.Proxy

QuotaSet Operations

openstack.compute.v2._proxy.Proxy

Server Migration Operations

openstack.compute.v2._proxy.Proxy

Migration Operations

openstack.compute.v2._proxy.Proxy

Interactive Consoles

openstack.compute.v2._proxy.Proxy

Helpers

openstack.compute.v2._proxy.Proxy