Merge "Update relnote on fix of bug 1450414"

This commit is contained in:
Jenkins
2016-03-03 04:55:27 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 7 deletions

View File

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

View File

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