Add a Scaleway load-balancer module (#51741)

This commit is contained in:
Rémy Léone 2019-02-11 16:28:55 +01:00 committed by John R Barker
parent 9dbb551528
commit accbcdeccb
5 changed files with 585 additions and 0 deletions

View file

@ -167,3 +167,15 @@ SCALEWAY_LOCATION = {
'ams1': {'name': 'Amsterdam 1', 'country': 'NL', "api_endpoint": 'https://cp-ams1.scaleway.com'},
'EMEA-NL-EVS': {'name': 'Amsterdam 1', 'country': 'NL', "api_endpoint": 'https://cp-ams1.scaleway.com'}
}
SCALEWAY_ENDPOINT = "https://api-world.scaleway.com"
SCALEWAY_REGIONS = [
"fr-par",
"nl-ams",
]
SCALEWAY_ZONES = [
"fr-par-1",
"nl-ams-1",
]