Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-libjuju uses the wrong endpoint to uplaod local charms #1098

Open
jack-w-shaw opened this issue Sep 9, 2024 · 0 comments
Open

python-libjuju uses the wrong endpoint to uplaod local charms #1098

jack-w-shaw opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
area/charm kind/bug indicates a bug in the project priority/high should be prioritized

Comments

@jack-w-shaw
Copy link
Member

Description

All versions of juju 3 currently host 2 endpoints to upload local charms, handled by charmsHandler and objectsHandler

We have deprecated charmsHandler in favour of objectsHandler. charmsHandler will be disappearing in 4.0

However, python-libjuju still uses charmsHandler.

Now that all supported versions of Juju 3 implement the objectsHandler, we should move python-libjuju over to this handler ASAP

Urgency

Casually reporting

Python-libjuju version

main

Juju version

3+

Reproduce / Test

N/A
@jack-w-shaw jack-w-shaw added kind/bug indicates a bug in the project priority/high should be prioritized area/charm labels Sep 9, 2024
@jack-w-shaw jack-w-shaw self-assigned this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/charm kind/bug indicates a bug in the project priority/high should be prioritized
Projects
None yet
Development

No branches or pull requests

1 participant