As part of the BootStack DevOps team, I would like to officially request approval for auto-connect for juju-client-observe and personal-files interfaces into the snap package called charmed-openstack-upgrader.
The tool is to help upgrading charmed OpenStack clouds and in order to do that, we need to read the Juju client configuration to be able to connect using python libjuju. The personal-files (dot-local-share-juju
and local-cou
) interfaces will be used like this:
plugs:
dot-local-share-juju:
interface: personal-files
write:
- $HOME/.local/share/juju
local-cou:
interface: personal-files
write:
- $HOME/.local/share/cou
Thanks