juju deploy not respecting default-series
Bug #1663510 reported by
Alberto Donato
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Eric Claude Jones |
Bug Description
In a model with default-series: xenial I deployed a multiseries charm as:
juju deploy ./xenial/prometheus
This gives me a trusty unit. I noticed that the charm defines trusty first:
"series":
- "trusty"
- "xenial"
and it seems that juju is using the first option rather than matching default-series.
If I specify --series xenial on the deploy command, it works.
I think it should use the default-series value, if the charm supports that series.
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 2.2.0 |
tags: | added: charm charmers |
Changed in juju: | |
milestone: | 2.2-beta2 → 2.2-beta3 |
Changed in juju: | |
assignee: | nobody → Eric Claude Jones (ecjones) |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
@Alberto,
Could you please clarify what Juju version you've used?