We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8156ad commit 75a8108Copy full SHA for 75a8108
coriolisclient/tests/cli/data/shell_create_keystone_auth.yml
@@ -44,9 +44,11 @@
44
os_tenant_id: "mock_os_tenant_id"
45
kwargs:
46
auth_url: "mock_auth_url"
47
+ password: "mock_password"
48
expected_kwargs:
49
50
project_id: "mock_os_project_id"
51
52
api_version: '3'
53
auth_type: 'other'
54
auth_fun: 'keystoneauth1.identity.v3.Password'
@@ -58,9 +60,11 @@
58
60
59
61
62
63
64
65
66
67
68
69
auth_type:
70
0 commit comments