Skip to content

Commit

Permalink
fix pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Lamarche committed Dec 12, 2023
1 parent 91c2409 commit ee3c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/networking/v2/networks/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type CreateOpts struct {
ProjectID string `json:"project_id,omitempty"`
AvailabilityZoneHints []string `json:"availability_zone_hints,omitempty"`
NetworkType string `json:"provider:network_type,omitempty"`
SegmentationID int `json:"provider:segmentation_id,omitempty"`
SegmentationID *int `json:"provider:segmentation_id,omitempty"`
}

// ToNetworkCreateMap builds a request body from CreateOpts.
Expand Down

0 comments on commit ee3c53d

Please sign in to comment.