summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kurilin <andr.kurilin@gmail.com>2017-01-26 20:28:22 +0200
committerAndrey Kurilin <andr.kurilin@gmail.com>2017-01-26 20:28:22 +0200
commit2b2af1c7712b6c3bc96082b1b8f06ee20d39f03a (patch)
tree3e376cb80ab8252b68947f3b9d05f871b1deea40
parent16b5bd09e93bc2dc0b6e4955e8508c0299efd2e0 (diff)
downloadpython-novaclient-2b2af1c7712b6c3bc96082b1b8f06ee20d39f03a.tar.gz
Add release not for fixing token auth method
Change-Id: I0fade88d7c58f4688285ce694ab1258f2ff13c9e
-rw-r--r--releasenotes/notes/fix-token-auth-6c48c63a759f51d5.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-token-auth-6c48c63a759f51d5.yaml b/releasenotes/notes/fix-token-auth-6c48c63a759f51d5.yaml
new file mode 100644
index 00000000..29487586
--- /dev/null
+++ b/releasenotes/notes/fix-token-auth-6c48c63a759f51d5.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - Fix an ability to authenticate using Keystone Token which was broken with
+ novaclient 7.0.0 release.
+