We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d510178 commit d55a46dCopy full SHA for d55a46d
src/spaceone/inventory/conf/cloud_service_conf.py
@@ -342,5 +342,29 @@
342
"continent": "middle_east",
343
},
344
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
356
+ "latitude": "20.5888",
357
+ "longitude": "-100.3899",
358
+ "continent": "north_america"
359
360
361
+ "ap-southeast-6": {
362
+ "name": "Asia Pacific (Thailand)",
363
364
+ "latitude": "13.7563",
365
+ "longitude": "100.5018",
366
367
368
369
"global": {"name": "Global"},
370
}
0 commit comments