Skip to content

Commit f37cbf0

Browse files
committed
Identity V3: Fix RegionID type
1 parent 0398b0c commit f37cbf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstack/identity/v3/endpoints/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type ListOpts struct {
6262
ServiceID string `q:"service_id"`
6363

6464
// RegionID is the ID of the region the Endpoint refers to.
65-
RegionID int `q:"region_id"`
65+
RegionID string `q:"region_id"`
6666
}
6767

6868
// ToEndpointListParams builds a list request from the List options.

0 commit comments

Comments
 (0)