Skip to content

Commit 2604099

Browse files
kayrusEmilienM
andauthored
Update openstack/loadbalancer/v2/flavors/requests.go
Co-authored-by: Emilien Macchi <emilien@redhat.com>
1 parent 7970f44 commit 2604099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstack/loadbalancer/v2/flavors/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type ListOpts struct {
1818
// The name of the flavor to filter by.
1919
Name string `q:"name"`
2020
// The flavor profile id to filter by.
21-
FlavorProfileId string `q:"flavor_profile_id"`
21+
FlavorProfileID string `q:"flavor_profile_id"`
2222
// The enabled status of the flavor to filter by.
2323
Enabled *bool `q:"enabled"`
2424
// The fields that you want the server to return

0 commit comments

Comments
 (0)