зеркало из https://github.com/Azure/aztk.git
Use merged config instead of args (#227)
This commit is contained in:
Родитель
7c59567bec
Коммит
c2a30c4207
|
@ -95,7 +95,7 @@ def execute(args: typing.NamedTuple):
|
|||
ssh_key = aztk.client.secrets_config.ssh_pub_key
|
||||
|
||||
ssh_key, password = utils.get_ssh_key_or_prompt(
|
||||
ssh_key, args.username, args.password, aztk.client.secrets_config)
|
||||
ssh_key, cluster_conf.username, cluster_conf.password, aztk.client.secrets_config)
|
||||
|
||||
aztk.client.create_user(
|
||||
cluster_id=cluster_conf.uid,
|
||||
|
|
Загрузка…
Ссылка в новой задаче