From 9f72560f38d2482b87a73023851e13bfefe00dc1 Mon Sep 17 00:00:00 2001 From: ysaibi Date: Mon, 10 May 2021 11:27:27 +0200 Subject: [PATCH] update cce addons package to allow flavor selection --- openstack/cce/v3/addons/requests.go | 1 + 1 file changed, 1 insertion(+) 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.