diff options
-rw-r--r-- | releasenotes/notes/add-token-endpoint-auth-support-26bf7ee12e4ec833.yaml | 7 | ||||
-rw-r--r-- | releasenotes/notes/fix-token-endpoint-auth-support-26bf7ee12e4ec833.yaml | 6 |
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. |