Skip to content

Commit d55a46d

Browse files
fix: add regions info
1 parent d510178 commit d55a46d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/spaceone/inventory/conf/cloud_service_conf.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,5 +342,29 @@
342342
"continent": "middle_east",
343343
},
344344
},
345+
"ap-southeast-5": {
346+
"name": "Asia Pacific (Malaysia)",
347+
"tags": {
348+
"latitude": "3.1390",
349+
"longitude": "101.6869",
350+
"continent": "asia_pacific"
351+
}
352+
},
353+
"mx-central-1": {
354+
"name": "Mexico (Central)",
355+
"tags": {
356+
"latitude": "20.5888",
357+
"longitude": "-100.3899",
358+
"continent": "north_america"
359+
}
360+
},
361+
"ap-southeast-6": {
362+
"name": "Asia Pacific (Thailand)",
363+
"tags": {
364+
"latitude": "13.7563",
365+
"longitude": "100.5018",
366+
"continent": "asia_pacific"
367+
}
368+
},
345369
"global": {"name": "Global"},
346370
}

0 commit comments

Comments
 (0)