can't upgrade a store-deployed service from a local repo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Dimiter Naydenov | ||
pyjuju |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Deployed a mysql service directly from the charm store.
{{{
mysql:
charm: cs:precise/mysql-5
relations: {}
units:
mysql/0:
machine: 14
}}}
A bug is found and I fix it locally
I try to upgrade that service using the charm from the local repo:
{{{
hawk:
2012-08-22 11:50:23,806 INFO Connecting to environment...
2012-08-22 11:50:27,009 INFO Connected to environment.
2012-08-22 11:50:27,974 ERROR Charm 'cs:precise/
}}}
possibly related to bug #1040203
Related branches
- Juju Engineering: Pending requested
-
Diff: 332 lines (+180/-37)3 files modifiedcmd/juju/upgradecharm.go (+88/-29)
cmd/juju/upgradecharm_test.go (+83/-8)
testing/charm.go (+9/-0)
description: | updated |
Changed in juju-core: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
Changed in juju-core: | |
milestone: | none → 2.0 |
Changed in juju-core: | |
milestone: | 2.0 → none |
tags: | added: upgrade-charm |
Changed in juju: | |
milestone: | 0.7 → 0.8 |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
tags: | added: doc |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
Changed in juju-core: | |
milestone: | 1.10.1 → 1.11.0 |
Changed in juju: | |
importance: | Critical → Wishlist |
This requires a 'switch-charm' command