This is an automated email from the ASF dual-hosted git repository. dimuthuupe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
commit 233a59783e396752518bbfadc5cd2c13b4f08a33 Author: DImuthuUpe <[email protected]> AuthorDate: Fri Sep 1 21:11:29 2023 +0530 Minor refactoring --- python-cli/mft_cli/airavata_mft_cli/storage/swift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cli/mft_cli/airavata_mft_cli/storage/swift.py b/python-cli/mft_cli/airavata_mft_cli/storage/swift.py index df32346..2bcd41b 100644 --- a/python-cli/mft_cli/airavata_mft_cli/storage/swift.py +++ b/python-cli/mft_cli/airavata_mft_cli/storage/swift.py @@ -37,7 +37,7 @@ def handle_add_storage(): user_name = typer.prompt("User Name") password = typer.prompt("Password") - tenant_name = typer.prompt("Tenant Name") + tenant_name = typer.prompt("Project Name") project_domain = typer.prompt("Project Domain Name", "Default") user_domain = typer.prompt("User Domain Name", "Default") v3_sec = SwiftCredential_pb2.SwiftV3AuthSecret(userDomainName=user_domain, userName=user_name,
