File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import ibmos2spark as oss
14
14
15
15
credentials = {
16
16
' auth_url' : ' https://identity.open.softlayer.com' , # your URL might be different
17
- ' project_id' : ' sssssssss ' ,
17
+ ' project_id' : ' ' ,
18
18
' region' : ' dallas' ,
19
- ' user_id' : ' uuuuuuuuuuu ' ,
20
- ' username' : ' uuuuuuuuuuu ' ,
21
- ' password' : ' ppppppppppp ' ,
19
+ ' user_id' : ' ' ,
20
+ ' username' : ' ' ,
21
+ ' password' : ' ' ,
22
22
}
23
23
24
24
credentials[' name' ] = ' my_bluemix_os' # you can give any name you like
@@ -38,11 +38,11 @@ import ibmos2spark as oss
38
38
39
39
credentials = {
40
40
' auth_url' : ' https://identity.open.softlayer.com' , # your URL might be different
41
- ' project_id' : ' sssssssss ' ,
41
+ ' project_id' : ' ' ,
42
42
' region' : ' dallas' ,
43
- ' user_id' : ' uuuuuuuuuuu ' ,
44
- ' username' : ' uuuuuuuuuuu ' ,
45
- ' password' : ' ppppppppppp ' ,
43
+ ' user_id' : ' ' ,
44
+ ' username' : ' ' ,
45
+ ' password' : ' ' ,
46
46
}
47
47
48
48
credentials[' name' ] = ' my_bluemix_os' # you can give any name you like
You can’t perform that action at this time.
0 commit comments