Skip to content

Commit 80c63fd

Browse files
committed
tested
1 parent 22f9260 commit 80c63fd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

create_tenant.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import os
44
import getpass
55

6-
#Main program:
7-
# Get environment variables
6+
87
# SSO username and password with admin rights
98

109
api_url = ''
@@ -43,5 +42,3 @@
4342
print (json.dumps(respo.json(), indent=1))
4443
raise Exception('POST /create new tenant {}'.format(respo.status_code))
4544

46-
47-
#resp1=create_new_bucket(auth_token,"testbucket","eu-kau-1")

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363

6464

65-
#Get csfr auth token:
65+
#Get tenant auth token:
6666

6767

6868
resp = get_tenant_token(api_user,api_passwd,tenant_account_for_test())

0 commit comments

Comments
 (0)