Skip to content

Commit

Permalink
Revert "api: Add images_all_projects extension"
Browse files Browse the repository at this point in the history
This reverts commit 60f0c5c.

Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
  • Loading branch information
tomponline committed Jan 21, 2025
1 parent 359a090 commit f44bc47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,3 @@ Adds a new {config:option}`instance-resource-limits:limits.cpu.pin_strategy` con
## `gpu_cdi`

Adds support for using the Container Device Interface (CDI) specification to configure GPU passthrough in LXD containers. The `id` field of GPU devices now accepts CDI identifiers (for example, `{VENDOR_DOMAIN_NAME}/gpu=gpu{INDEX}`) for containers, in addition to DRM card IDs. This enables GPU passthrough for devices that don't use PCI addressing (like NVIDIA Tegra iGPUs) and provides a more flexible way to identify and configure GPU devices.

## `images_all_projects`

This adds support for listing images across all projects using the `all-projects` parameter in `GET /1.0/images` requests.
1 change: 0 additions & 1 deletion shared/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ var APIExtensions = []string{
"state_logical_cpus",
"vm_limits_cpu_pin_strategy",
"gpu_cdi",
"images_all_projects",
}

// APIExtensionsCount returns the number of available API extensions.
Expand Down

0 comments on commit f44bc47

Please sign in to comment.