Skip to content

Commit 02053f7

Browse files
authored
Merge pull request #50 from outscale/TINA-5809
TINA-5809 Support for OOS added
2 parents ecabccb + 2bb45da commit 02053f7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

osc_sdk/sdk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def api_connect(service, call, profile='default', *args, **kwargs):
533533
'icu': IcuCall,
534534
'lbu': LbuCall,
535535
'okms': OKMSCall,
536+
'oos': OSUCall,
536537
}
537538
conf = get_conf(profile)
538539
handler = calls[service](**conf)

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ with
8888
* PROFILE the profile you want to connect to (optional)
8989
* CALL_PARAMS call arguments which are case-sensitive (optional)
9090

91-
You can find the `fcu`, `lbu`, `icu`, `eim`, `directlink`, `okms` and `api` descriptions on [docs.outscale.com](http://docs.outscale.com).
91+
You can find the `fcu`, `lbu`, `icu`, `eim`, `directlink`, `okms`, `oos` and `api` descriptions on [docs.outscale.com](http://docs.outscale.com).
9292

9393

9494
Here is an example of a simple volume creation:

0 commit comments

Comments
 (0)