We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f9260 commit 80c63fdCopy full SHA for 80c63fd
create_tenant.py
@@ -3,8 +3,7 @@
3
import os
4
import getpass
5
6
-#Main program:
7
-# Get environment variables
+
8
# SSO username and password with admin rights
9
10
api_url = ''
@@ -43,5 +42,3 @@
43
42
print (json.dumps(respo.json(), indent=1))
44
raise Exception('POST /create new tenant {}'.format(respo.status_code))
45
46
-
47
-#resp1=create_new_bucket(auth_token,"testbucket","eu-kau-1")
example.py
@@ -62,7 +62,7 @@
62
63
64
65
-#Get csfr auth token:
+#Get tenant auth token:
66
67
68
resp = get_tenant_token(api_user,api_passwd,tenant_account_for_test())
0 commit comments