diff options
-rw-r--r-- | doc/source/vendor-support.rst | 1 | ||||
-rw-r--r-- | os_client_config/vendors/ovh.yaml | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index 3cf39e0..2af8f6e 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -153,6 +153,7 @@ https://auth.cloud.ovh.net/v2.0 Region Name Human Name ============== ================ SBG-1 Strassbourg, FR +GRA-1 Gravelines, FR ============== ================ * Images must be in `raw` format diff --git a/os_client_config/vendors/ovh.yaml b/os_client_config/vendors/ovh.yaml index f834372..52b91a4 100644 --- a/os_client_config/vendors/ovh.yaml +++ b/os_client_config/vendors/ovh.yaml @@ -2,5 +2,8 @@ name: ovh profile: auth: auth_url: https://auth.cloud.ovh.net/v2.0 - region_name: SBG1 + regions: + - GRA1 + - SBG1 image_format: raw + floating_ip_source: None |