support for focal
Bug #1889645 reported by
Laurent Sesquès
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apache OpenID Charm |
Confirmed
|
High
|
Unassigned |
Bug Description
The charm currently supports up to bionic, we should add support for focal.
It will require python3.
Related branches
~axino/apache-openid-charm/+git/apache-openid-charm:focal
- Benjamin Allot: Approve
- Canonical IS Reviewers: Pending requested
-
Diff: 14 lines (+3/-2)1 file modifiedmetadata.yaml (+3/-2)
Changed in apache-openid-charm: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Barry Price (barryprice) |
To post a comment you must log in.
Focal is shown as supported, but it fails to install:
ERROR juju.worker. uniter. operation hook "install" (via explicit, bespoke hook script) failed: fork/exec /var/lib/ juju/agents/ unit-sca- dp-fe-openid- 0/charm/ hooks/install: no such file or directory
the actual error is that's trying to use plain "python" interpreter:
# ./hooks/install
bash: ./hooks/install: /usr/bin/python: bad interpreter: No such file or directory