Add Binero public cloud to vendor

The [1] patch missed the actual
vendor JSON file.

[1] https://review.opendev.org/c/openstack/openstacksdk/+/915984

Change-Id: I22683505b4a7cf9c10314966309089b6e0ccf199
This commit is contained in:
Tobias Urdin 2024-04-22 21:23:11 +02:00
parent 6dbc7e9e94
commit fab08babab
1 changed files with 13 additions and 0 deletions

13
openstack/config/vendors/binero.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"name": "binero",
"profile": {
"auth": {
"auth_url": "https://auth.binero.cloud:5000/v3"
},
"identity_api_version": "3",
"block_storage_api_version": "3",
"regions": [
"europe-se-1"
]
}
}