Files
openstacksdk/doc/source/user/proxies/compute.rst
Stephen Finucane 6d1321f5dd compute: Add support for server migrations API
There are two migrations APIs in nova: the migrations API
('/os-migrations') and the *server* migrations API
('/servers/{id}/migrations'). The former is responsible for listing all
migrations in a deployment, while the latter only lists those for a
given server. In this change, we're adding support for the latter.

Change-Id: Ideeca99a89c920a09cfc3799bbcc7e24046a5c43
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-11-02 17:41:33 +00:00

4.7 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

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

QuotaSet Operations

openstack.compute.v2._proxy.Proxy

Server Migration Operations

openstack.compute.v2._proxy.Proxy