From 2947e79a42d945edf7b1eed50ccb6191329a9dc3 Mon Sep 17 00:00:00 2001 From: "selvi.j" Date: Thu, 22 Jun 2023 10:24:59 +0000 Subject: [PATCH] Fix basic_15 to disable password prompt error Change-Id: Iedfb9b0dc750203c902682a6a73cdaf2e17d12c1 Signed-off-by: selvi.j --- osmclient/cli_commands/rbac.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osmclient/cli_commands/rbac.py b/osmclient/cli_commands/rbac.py index fcad963..4e1680d 100755 --- a/osmclient/cli_commands/rbac.py +++ b/osmclient/cli_commands/rbac.py @@ -366,9 +366,9 @@ def user_create(ctx, username, password, projects, project_role_mappings, domain @click.option( "--new-password", "new_password", - prompt=True, - hide_input=True, - confirmation_prompt=True, + # prompt=True, + # hide_input=True, + # confirmation_prompt=True, help="new user password", ) @click.option( -- 2.25.1