summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.de>2019-08-21 17:38:29 -0700
committerColleen Murphy <colleen.murphy@suse.com>2020-01-17 11:14:51 -0800
commit70ab3f9dd56a638cdff516ca85baa5ebd64c888b (patch)
treed8a92201238b7bcc749c80bb2d8a403f3d3b2d1b /releasenotes
parentdb29e28b7c1a6ef737f0c4cd459906379f59b252 (diff)
downloadpython-openstackclient-70ab3f9dd56a638cdff516ca85baa5ebd64c888b.tar.gz
Add support for app cred access rules
This commit introduces the --access-rules option for 'application credential create' as well as new 'access rule' commands for listing, showing, and deleting access rules. bp whitelist-extension-for-app-creds Change-Id: I04834b2874ec2a70da456a380b5bef03a392effa
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-whitelist-extension-for-app-creds-9afd5009b374190b.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-whitelist-extension-for-app-creds-9afd5009b374190b.yaml b/releasenotes/notes/bp-whitelist-extension-for-app-creds-9afd5009b374190b.yaml
new file mode 100644
index 00000000..afa6e212
--- /dev/null
+++ b/releasenotes/notes/bp-whitelist-extension-for-app-creds-9afd5009b374190b.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ [`blueprint whitelist-extension-for-app-creds <https://blueprints.launchpad.net/keystone/+spec/whitelist-extension-for-app-creds>`_]
+ Added support for creating access rules as an attribute of application
+ credentials as well as for listing, showing, and deleting access rules.