diff options
Diffstat (limited to 'src/k8splugin/api')
-rw-r--r-- | src/k8splugin/api/brokerhandler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/brokerhandler.go b/src/k8splugin/api/brokerhandler.go index 05f94b7d..b4803101 100644 --- a/src/k8splugin/api/brokerhandler.go +++ b/src/k8splugin/api/brokerhandler.go @@ -163,7 +163,7 @@ func (b brokerInstanceHandler) createHandler(w http.ResponseWriter, r *http.Requ // Setup the resource parameters for making the request var instReq app.InstanceRequest instReq.RBName = req.VFModuleModelInvariantID - instReq.RBVersion = req.VFModuleModelVersionID + instReq.RBVersion = req.VFModuleModelCustomizationID instReq.ProfileName = profileName instReq.CloudRegion = cloudRegion instReq.ReleaseName = releaseName |