summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-12-11 22:45:54 +0000
committerGerrit Code Review <review@openstack.org>2017-12-11 22:45:54 +0000
commit58e5abf2946ce9f0fa118866ac89f6ce881e440e (patch)
tree9b14fe77936fff2bc0ebf0c742f2f0e7ee2d39a5 /releasenotes/notes
parent1d914dd9ad9cb9e5d7bba2dab50d9e292c149842 (diff)
parent0f749cacc2b0a76226a6a7ab7769ecf1475a160b (diff)
downloadpython-openstackclient-58e5abf2946ce9f0fa118866ac89f6ce881e440e.tar.gz
Merge "Fix credentials in create, update and list."
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1731848-71d0a5fdb1a34a8b.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1731848-71d0a5fdb1a34a8b.yaml b/releasenotes/notes/bug-1731848-71d0a5fdb1a34a8b.yaml
new file mode 100644
index 00000000..e3665273
--- /dev/null
+++ b/releasenotes/notes/bug-1731848-71d0a5fdb1a34a8b.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Remove the type value limit in credentials when do create,
+ reset or list. Now 'totp' method is supported in keystone
+ project and we could create credentials with 'totp' type.
+ [Bug `1731848 <https://bugs.launchpad.net/bugs/1731848>`_]