Unable to pass ca-certs field in cloudinit-userdata model config
Bug #1748283 reported by
ryeterrell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Heather Lanigan |
Bug Description
Attempting to pass data in the ca-certs field of cloudinit-userdata model config results in an error on the controller:
https:/
Passing the contents of ca-certs as a string, i.e.,
ca-certs: |
...
gets past the error on the controller, but results in an error during cloudinit processing (see line 630 here: https:/
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Heather Lanigan (hmlanigan) |
Changed in juju: | |
milestone: | none → 2.3.3 |
Changed in juju: | |
status: | Triaged → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
for 2.3 branch: https:/ /github. com/juju/ juju/pull/ 8354