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
This commit is contained in:
Akihiro Motoki 2016-03-03 08:44:02 +09:00
parent 0740766467
commit 32088264e5
2 changed files with 6 additions and 7 deletions

@ -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

@ -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.