summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2016-01-12 11:34:23 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2016-01-12 13:54:58 -0500
commit7327067f98f5e118790817f7c81e444c7fe7c25b (patch)
tree28f10240230cc5c194cb4cd3af9ee4cef9c1a259
parent9774ad353ed4ddbe0158d928aaeca0aed8b967cf (diff)
downloadpython-keystoneclient-7327067f98f5e118790817f7c81e444c7fe7c25b.tar.gz
add release notes for ksc 2.1.02.1.0
in anticipation of a new release, create release notes for bugs and fixes that should have included notes. Change-Id: Icc4be3b42a59e44586020946649c0aeda93feb10
-rw-r--r--releasenotes/notes/ksc_2.1.0-739ded9c4c3f8aaa.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/ksc_2.1.0-739ded9c4c3f8aaa.yaml b/releasenotes/notes/ksc_2.1.0-739ded9c4c3f8aaa.yaml
new file mode 100644
index 0000000..e95c939
--- /dev/null
+++ b/releasenotes/notes/ksc_2.1.0-739ded9c4c3f8aaa.yaml
@@ -0,0 +1,17 @@
+---
+fixes:
+ - >
+ [`bug 1462694 <https://bugs.launchpad.net/python-keystoneclient/+bug/1462694>`_]
+ Add support for `include_subtree` in list_role_assignments.
+ - >
+ [`bug 1526686 <https://bugs.launchpad.net/python-keystoneclient/+bug/1526686>`_]
+ Replace textwrap with faster code in cms functions.
+ - >
+ [`bug 1457702 <https://bugs.launchpad.net/python-keystoneclient/+bug/1457702>`_]
+ Change default endpoint to public for keystone v3.
+ - >
+ [`bug 1520244 <https://bugs.launchpad.net/python-keystoneclient/+bug/1520244>`_]
+ Support `truncated` flag returned from server.
+other:
+ - >
+ Support v2 parameters for the v3 service create method.