You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this repo is still using Legacy Charmhub-hosted systemd library, which is deprecated in favour of charmlibs.systemd.
This library is deprecated and will no longer receive feature updates or bugfixes. charmlibs.systemd version 1.0 is a bug-for-bug compatible migration of this library.
Add 'charmlibs-systemd~=1.0' to your charm's dependencies, and remove this Charmhub-hosted library.
Then replace from charms.operator_libs_linux.v0 import systemd with from charmlibs import systemd.
Read more:
Enhancement Proposal
Currently this repo is still using Legacy Charmhub-hosted systemd library, which is deprecated in favour of
charmlibs.systemd.This library is deprecated and will no longer receive feature updates or bugfixes.
charmlibs.systemdversion 1.0 is a bug-for-bug compatible migration of this library.Add 'charmlibs-systemd~=1.0' to your charm's dependencies, and remove this Charmhub-hosted library.
Then replace
from charms.operator_libs_linux.v0 import systemdwithfrom charmlibs import systemd.Read more:
Impact
Medium (The feature may be helpful in the future)
Impact Rationale
Migrating to supported library will help in receiving feature and bug fixes.