-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#18433 from nvinuesa/juju-6846-2
juju#18433 At juju#18413 we introduced the Source when retrieving a charm ID, which was in turn needed to deploy. This small patch fixes the deploy of a local charm because the Source was not being injected on that code path. <!-- The PR title should match: <type>(optional <scope>): <description>. Please also ensure all commits in this PR comply with our conventional commits specification: https://github.com/juju/juju/blob/main/doc/conventional-commits.md --> <!-- Why this change is needed and what it does. --> ## QA steps Deploy a local charm: ``` $ juju download ubuntu $ juju deploy ./ubuntu_r25.charm $ juju status Model Controller Cloud/Region Version Timestamp m c localhost/localhost 4.0-beta5.1 15:22:38+01:00 App Version Status Scale Charm Channel Rev Exposed Message ubuntu 24.04 active 1 ubuntu 0 no Unit Workload Agent Machine Public address Ports Message ubuntu/0* active idle 0 10.165.241.21 Machine State Address Inst id Base AZ Message 0 started 10.165.241.21 juju-bc520e-0 [email protected] Running ``` ## Links **Jira card:** JUJU-6842
- Loading branch information
Showing
3 changed files
with
107 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters