[feature request] juju config --wait
Bug #1866171 reported by
Marian Gasparovic
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
It would be great for automation if juju config could block until change is finished (change hook finished)
Something like
`juju config --wait app key=value`
Right now we are forced to hack around this thing.
Is there any reason in particular this doesn't fall into the normal use of the juju wait plugin to make changes, then wait for them to settle vs needing it on a single specific call? My concern is that a config-change could trigger different relation updates and such but it would be a bit of a "false promise" that it's "done".