summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <motoki@da.jp.nec.com>2016-03-03 08:44:02 +0900
committerAkihiro Motoki <motoki@da.jp.nec.com>2016-03-03 08:46:31 +0900
commit32088264e5e65a56ca320d855ee4ee1624b2079f (patch)
tree3f634c1c7a00dfb2c241bd50654955c4481c9444
parent0740766467a3c8de0bf9d03689158a86591bd506 (diff)
downloadpython-neutronclient-32088264e5e65a56ca320d855ee4ee1624b2079f.tar.gz
Update relnote on fix of bug 1450414
https://review.openstack.org/#/c/263337/ is actually a bug fix rather than a new feature. Let's update the release note. Change-Id: I8b912abd95bb9c24edfc95dec26e2cfa7cf547e0
-rw-r--r--releasenotes/notes/add-token-endpoint-auth-support-26bf7ee12e4ec833.yaml7
-rw-r--r--releasenotes/notes/fix-token-endpoint-auth-support-26bf7ee12e4ec833.yaml6
2 files changed, 6 insertions, 7 deletions
diff --git a/releasenotes/notes/add-token-endpoint-auth-support-26bf7ee12e4ec833.yaml b/releasenotes/notes/add-token-endpoint-auth-support-26bf7ee12e4ec833.yaml
deleted file mode 100644
index d3445cd..0000000
--- a/releasenotes/notes/add-token-endpoint-auth-support-26bf7ee12e4ec833.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-features:
- - |
- CLI support for token-endpoint authentication.
-
- * Allows for authentication via ``--os-token`` and ``--os-url`` options
- or the ``OS_TOKEN`` and ``OS_URL`` environment variables, respectively
diff --git a/releasenotes/notes/fix-token-endpoint-auth-support-26bf7ee12e4ec833.yaml b/releasenotes/notes/fix-token-endpoint-auth-support-26bf7ee12e4ec833.yaml
new file mode 100644
index 0000000..9f8b290
--- /dev/null
+++ b/releasenotes/notes/fix-token-endpoint-auth-support-26bf7ee12e4ec833.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - Fix `bug 1450414 <https://bugs.launchpad.net/python-neutronclient/+bug/1450414>`_
+ that authentication with via ``--os-token`` and ``--os-url`` options
+ (or corresponding environment variables) does not work
+ after keystone v3 API support.