From d4a55dbe8f0d276a55bac85542c8bf9e8f6abfe2 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 28 Feb 2019 10:08:47 -0600 Subject: [PATCH] Add release note for --os-user-id fix Change-Id: I73622df4a329ce914b5c3b363d04c1d65410b81d Signed-off-by: Dean Troyer --- releasenotes/notes/bug-2004898-686577a07e791051.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/bug-2004898-686577a07e791051.yaml diff --git a/releasenotes/notes/bug-2004898-686577a07e791051.yaml b/releasenotes/notes/bug-2004898-686577a07e791051.yaml new file mode 100644 index 0000000..f6eb892 --- /dev/null +++ b/releasenotes/notes/bug-2004898-686577a07e791051.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - Allow using a user ID for authentication in place of a username/domain + combination. This fixes the use of ``--os-user-id`` option and + ``OS_USER_ID`` environment variable. + [Bug `2004898 `_]