Comment 5 for bug 1900626

Revision history for this message
Simon Richardson (simonrichardson) wrote :

The way we're tackling this is by adding a mode to juju that allows us to tell consumers of the model what mode to interpret the AllWatcher API.

Juju fix: https://github.com/juju/juju/pull/12183
Pylibjuju fix: https://github.com/juju/python-libjuju/pull/451

Interesting note: Turning on strict mode highlighted that we handled models incorrectly coming from the AllWatcher deltas, so that's a win!