The instructions listed here seem not to work with the juju 3.x client
https://docs.openstack.org/charm-guide/latest/admin/ops-change-keystone-password.html#obtain-the-current-password
juju run --unit keystone/leader leader-get admin_passwd
returns: ERROR option provided but not defined: --unit
juju run keystone/leader leader-get admin_passwd
returns: ERROR argument "admin_passwd" must be of the form key.key.key...=value
juju version
3.0.2-osx-amd64
there didn’t seem to be a way to brew install juju@2.9.x
Essentially I have 3 questions
- Is there an updated syntax to use with the juju 3.x client to accomplish the documented command:
juju run --unit keystone/leader leader-get admin_passwd
- If there is not an updated syntax to use with the 3.x client, what is the recommended method to
brew install
the 2.9.x juju client? - Is there something else that we’re completely missing?