sunbeam-charms/charms/keystone-k8s/actions.yaml
Hemanth Nakkina 5009f76997 Add actions to regenerate password
Add regenerate-password action to regenerate
passwords for admin, charm or service user.

Remove KeystonepasswordManager class.

Update zaza-smoke-test job to mandatory.

Change-Id: I542894149b533da4cba5371f7412d4cbcc21e305
2023-03-07 07:57:03 +05:30

30 lines
723 B
YAML

# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.
get-admin-password:
description: Get the password for the Keystone Admin user
get-admin-account:
description: Get full access details for the Keystone Admin user
get-service-account:
description: Create/get details for a new/existing service account.
params:
username:
type: string
description: The username for the service account.
required:
- username
additionalProperties: False
regenerate-password:
description: |
Regenerate password for the given user.
params:
username:
type: string
description: The username for the account.
required:
- username
additionalProperties: False