Skip to content

Commit

Permalink
fix: add europe-central2 region in config file
Browse files Browse the repository at this point in the history
Signed-off-by: seolmin <[email protected]>
  • Loading branch information
stat-kwon committed May 14, 2024
1 parent de8a510 commit 112b846
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/spaceone/inventory/conf/cloud_service_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@
"continent": "europe",
},
},
"europe-central2": {
"name": "Poland (Warszawa)",
"tags": {
"latitude": "52.2296756",
"longitude": "21.0122287",
"continent": "europe",
},
},
"northamerica-northeast1": {
"name": "Canada, Québec (Montréal)",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def get_location(self, bucket):
location_display = f"{location} {map_str}"

else:
_LOGGER.debug(f"[DEBUG] location : {location}")
region = self.match_region_info(location)
region_name = region.get("name", "")
location_display = f"{location} | {region_name}"
Expand Down

0 comments on commit 112b846

Please sign in to comment.