0e52d4e706
Application credentials were implemented in keystone in Queens. This patch adds test for create, retrieval, and deleting application credentials and ensures that application credentials that are created can be used for authentication. Updating application credentials is not supported. bp application-credentials Change-Id: I3272fee2881fb918fe83961774f4bd27e30cee02
10 lines
510 B
YAML
10 lines
510 B
YAML
---
|
|
features:
|
|
- |
|
|
[`blueprint application-credentials <https://blueprints.launchpad.net/keystone/+spec/application-credentials>`_]
|
|
Tempest can test keystone's application credentials interface. A new client
|
|
library is added for application credentials, and a new config option,
|
|
``[identity-feature-enabled]/application_credentials``, can control whether
|
|
the application credentials feature is tested (defaults to False,
|
|
indicating the feature is not enabled in the cloud under test).
|