3.6. Flavor access (flavors)

Create and get details for private flavors. Also, list, add, and remove tenants' access to private flavors.

MethodURIDescription
GET/v2/{tenant_id}/flavors

Lists flavors and includes the access type, which is public or private.

POST/v2/{tenant_id}/flavors

Creates a private flavor.

GET/v2/{tenant_id}/flavors/{flavor_id}

Gets the flavor access type, which is public or private.

GET/v2/{tenant_id}/flavors/{flavor_id}/os-flavor-access

Lists tenants with access to the specified private flavor.

POST/v2/{tenant_id}/flavors/{flavor_id}/action

Gives a specified tenant access to the specified private flavor.

DELETE/v2/{tenant_id}/flavors/{flavor_id}/action

Revokes access from the specified tenant for the specified private flavor.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...