api cannot connect, fills deployed machine log with spam
Bug #1199915 reported by
William Reade
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Critical
|
John A Meinel |
Bug Description
Apparently trying to connect as the correct entity, but repeatedly rejected. Seen on trunk as upgraded from 1.10; not investigated further.
Related branches
lp:~jameinel/juju-core/api-set-creds-1199915
- Juju Engineering: Pending requested
-
Diff: 591 lines (+461/-10)6 files modifiedcmd/jujud/machine.go (+17/-0)
cmd/jujud/machine_test.go (+1/-1)
cmd/jujud/unit.go (+12/-1)
cmd/jujud/unit_test.go (+11/-8)
cmd/jujud/upgradevalidation.go (+85/-0)
cmd/jujud/upgradevalidation_test.go (+335/-0)
Changed in juju-core: | |
milestone: | 1.11.2 → 1.11.3 |
Changed in juju-core: | |
status: | Triaged → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → In Progress |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Looking at the log, it is spinning trying to login with "oldpassword". When I look at a freshly started 1.11 trunk, oldpassword is set to "". So it seems to try a different password, and then calls SetPasswords.