Skip to content

Commit

Permalink
Add the new network attributes in 3.1 to the Network model
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kavanagh <alex@ajkavanagh.co.uk>
  • Loading branch information
ajkavanagh committed Jun 28, 2018
1 parent 2255e16 commit 18117a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylxd/models/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class Network(model.Model):
description = model.Attribute()
type = model.Attribute()
config = model.Attribute()
status = model.Attribute(readonly=True)
locations = model.Attribute(readonly=True)
managed = model.Attribute(readonly=True)
used_by = model.Attribute(readonly=True)

Expand Down

0 comments on commit 18117a9

Please sign in to comment.