Skip to content

Commit

Permalink
pylxd/models: Add missing fields to Image
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
  • Loading branch information
hamistao committed Jan 9, 2025
1 parent ae68886 commit 2f8aea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pylxd/models/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class Image(model.Model):
size = model.Attribute(readonly=True)
uploaded_at = model.Attribute(readonly=True)
update_source = model.Attribute(readonly=True)
type = model.Attribute(readonly=True)
project = model.Attribute(readonly=True)
profiles = model.Attribute(readonly=True)

@property
def api(self):
Expand Down

0 comments on commit 2f8aea7

Please sign in to comment.