5009f76997
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
30 lines
723 B
YAML
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
|