Skip to content

Commit 6f87f5c

Browse files
snigleLudovic Lamarche
and
Ludovic Lamarche
authored
fix segmentation id query param type (#22)
Co-authored-by: Ludovic Lamarche <[email protected]>
1 parent 485454f commit 6f87f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/networking/v2/networks/requests.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type ListOpts struct {
3636
NotTags string `q:"not-tags"`
3737
NotTagsAny string `q:"not-tags-any"`
3838
NetworkType string `q:"provider:network_type"`
39-
SegmentationID int `q:"provider:segmentation_id"`
39+
SegmentationID *int `q:"provider:segmentation_id"`
4040
}
4141

4242
// ToNetworkListQuery formats a ListOpts into a query string.

0 commit comments

Comments
 (0)