diff --git a/openstack/cce/v3/addons/requests.go b/openstack/cce/v3/addons/requests.go index 1b54457b..b5854ff5 100644 --- a/openstack/cce/v3/addons/requests.go +++ b/openstack/cce/v3/addons/requests.go @@ -123,6 +123,7 @@ type RequestSpec struct { type Values struct { Basic map[string]interface{} `json:"basic" required:"true"` Custom map[string]interface{} `json:"custom,omitempty"` + Flavor map[string]interface{} `json:"flavor,omitempty"` } // ToAddonCreateMap builds a create request body from CreateOpts.