`get`-ing a containers properly existing, just created, non-stateful snapshot results in excessive warnings

I doubt this is important, as it is only warnings, but get-ing a containers properly existing, just created, non-stateful snapshot results in excessive warnings. Probably happens as it is automatically converted to stateful (?)

Just for the record. No reply requested.

>>> ctr.snapshots.get("stretch-cc-ss-2")
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "architecture" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "config" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "devices" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "ephemeral" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "profiles" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "expires_at" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "expanded_config" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "expanded_devices" on instance of "Snapshot"
  key, self.__class__.__name__
/home/craig/.local/lib/python3.6/site-packages/pylxd/models/_model.py:116: UserWarning: Attempted to set unknown attribute "last_used_at" on instance of "Snapshot"
  key, self.__class__.__name__
<pylxd.models.container.Snapshot object at 0x7f5e3297b9a0>

Shouldn’t be a stateless vs stateful thing but just pylxd being a bit out of sync there about what’s shown for snapshots?

@ajkavanagh

Got it, thanks.