Unable to deploy an overlay bundle with image-id constraint
Bug #2013341 reported by
Nicolas Vinuesa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Committed
|
Undecided
|
Nicolas Vinuesa |
Bug Description
When trying to deploy the following bundle and overlay bundles an error is returned.
bundle.yaml:
applications:
prometheus2:
charm: prometheus2
channel: stable
revision: 48
num_units: 1
overlay-
applications:
prometheus2:
series: focal
constraints: image-id=
$ juju deploy ./bundle.yaml --overlay ./overlay-
ERROR cannot deploy bundle: the provided bundle has the following errors:
invalid constraints "image-
This error is not correct, since the image-id constraint is only present in the overlay and not in the base bundle.
Changed in juju: | |
milestone: | none → 3.2-beta2 |
status: | New → In Progress |
assignee: | nobody → Nicolas Vinuesa (nvinuesa) |
To post a comment you must log in.
PR https:/ /github. com/juju/ juju/pull/ 15401