displague commented on code in PR #1971: URL: https://github.com/apache/libcloud/pull/1971#discussion_r1388284517
########## libcloud/compute/drivers/equinixmetal.py: ########## @@ -491,7 +493,7 @@ def _to_size(self, data): except KeyError: cpus = None regions = [ - region.get("href").replace("/metal/v1/facilities/", "") + region.get("href").replace("/metal/v1/metros/", "") Review Comment: ```suggestion region.get("href").replace("/metal/v1/locations/metros/", "") ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org