Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - More configuration options for cached_images #457

Open
stew3254 opened this issue May 5, 2024 · 0 comments
Open

Feature Request - More configuration options for cached_images #457

stew3254 opened this issue May 5, 2024 · 0 comments

Comments

@stew3254
Copy link

stew3254 commented May 5, 2024

Cached images currently only allow a subset of the options LXD 5.21/stable is able to provide. For example, if we take a look at the latest Ubuntu 24.04 image, we see the following parameters:

auto_update: false
properties:
  architecture: amd64
  description: ubuntu 24.04 LTS amd64 (release) (20240423)
  label: release
  os: ubuntu
  release: noble
  serial: "20240423"
  type: squashfs
  version: "24.04"
public: false
expires_at: 2029-05-31T00:00:00Z
profiles:
- default

Given that that the provider is unable to manage the default profile when a project is created, it would be nice to allow the ability to mange the image's default profile to something created in Terraform. In addition, it would also be nice to update the image description, allow auto updating, and modifying the expiration. There is also likely benefit in adding the public flag as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants