diff options
Diffstat (limited to 'os_client_config')
-rw-r--r-- | os_client_config/vendors/betacloud.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/os_client_config/vendors/betacloud.json b/os_client_config/vendors/betacloud.json new file mode 100644 index 0000000..8678334 --- /dev/null +++ b/os_client_config/vendors/betacloud.json @@ -0,0 +1,14 @@ +{ + "name": "betacloud", + "profile": { + "auth": { + "auth_url": "https://api-1.betacloud.io:5000/v3" + }, + "regions": [ + "betacloud-1" + ], + "identity_api_version": "3", + "image_format": "raw", + "volume_api_version": "3" + } +} |