Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,10 @@ OVH Europe
OVH US
----------

- **Documentation**: https://api.ovhcloud.com/
- **Console**: https://api.ovhcloud.com/console/
- **Create application credentials**: https://api.ovhcloud.com/createApp/
- **Create script credentials** (all keys at once): https://api.ovhcloud.com/createToken/
- **Documentation**: https://api.us.ovhcloud.com/
- **Console**: https://api.us.ovhcloud.com/console/
- **Create application credentials**: https://api.us.ovhcloud.com/createApp/
- **Create script credentials** (all keys at once): https://api.us.ovhcloud.com/createToken/

OVH North America
-----------------
Expand Down
2 changes: 1 addition & 1 deletion ovh/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#: Mapping between OVH API region names and corresponding endpoints
ENDPOINTS = {
'ovh-eu': 'https://eu.api.ovh.com/1.0',
'ovh-us': 'https://api.ovhcloud.com/1.0',
'ovh-us': 'https://api.us.ovhcloud.com/1.0',
'ovh-ca': 'https://ca.api.ovh.com/1.0',
'kimsufi-eu': 'https://eu.api.kimsufi.com/1.0',
'kimsufi-ca': 'https://ca.api.kimsufi.com/1.0',
Expand Down