The current OpenStack GPU service provides an API to list the GPU flavors of a site, which is used by the portal to determine if and what GPU instances are available. In the past, there have been occasional ideas to extend the API to, for example, list all flavors here and expand the properties that are listed for a flavor.
Currently, the API has two functions:
/gpus/flavors - a list of all GPU flavors that are currently available and maximally supported
/gpus/flavors/{flavor_openstack_id} - a specific flavor (available and maximally supported)"
A flavor is defined as follows:
- id of the flavor
- name of the flavor
- available number of flavors
- total number of flavors
The current OpenStack GPU service provides an API to list the GPU flavors of a site, which is used by the portal to determine if and what GPU instances are available. In the past, there have been occasional ideas to extend the API to, for example, list all flavors here and expand the properties that are listed for a flavor.
Currently, the API has two functions:
/gpus/flavors- a list of all GPU flavors that are currently available and maximally supported/gpus/flavors/{flavor_openstack_id}- a specific flavor (available and maximally supported)"A flavor is defined as follows: