upgrader startup failure with local provider
Bug #1231543 reported by
Dimiter Naydenov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Critical
|
Tim Penhey |
Bug Description
http://
Steps to reproduce:
1. Use trunk (my revision is currently 1888)
2. Make sure do go install . in cmd/juju/ and cmd/jujud/
3. Bootstrap a local environment with --upload-tools and the default boilerplate config (nothing else than admin-secret and type).
4. After the bootstrap is done, try juju deploy anything (wordpress will do)
5. Look in ~/.juju/
Related branches
lp://staging/~thumper/juju-core/fix-local-bootstrap-json
- Juju Engineering: Pending requested
-
Diff: 53 lines (+18/-4)2 files modifiedprovider/local/config.go (+4/-4)
provider/local/config_test.go (+14/-0)
lp://staging/~wallyworld/juju-core/fix-tools-sources
- Juju Engineering: Pending requested
-
Diff: 126 lines (+42/-2)4 files modifiedprovider/azure/environ.go (+5/-1)
provider/azure/environ_test.go (+4/-1)
provider/local/environ.go (+12/-0)
provider/local/environ_test.go (+21/-0)
Changed in juju-core: | |
status: | New → In Progress |
milestone: | none → 1.15.0 |
assignee: | nobody → Dimiter Naydenov (dimitern) |
tags: | added: regression |
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.
After investigating, it turns out the regression was introduced in r1877. Still investigating the exact cause.