summaryrefslogtreecommitdiffstats
path: root/src/k8splugin/api/defhandler.go
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2019-01-18 00:10:54 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-18 00:10:54 +0000
commit002602dc6b09d4012fbca05740eb4e4dbb9ce6ce (patch)
treeaaba4c9c5c22ffc6e9bc87b64081168540da4e10 /src/k8splugin/api/defhandler.go
parente9ee50babb3bbfe7a6e774460a46782abefd5107 (diff)
parentcd9644049545a47676e87ad279833ced1b0f9c1a (diff)
Merge "Add resource bundle profile api"
Diffstat (limited to 'src/k8splugin/api/defhandler.go')
-rw-r--r--src/k8splugin/api/defhandler.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/k8splugin/api/defhandler.go b/src/k8splugin/api/defhandler.go
index 222baaee..31b0f38f 100644
--- a/src/k8splugin/api/defhandler.go
+++ b/src/k8splugin/api/defhandler.go
@@ -70,7 +70,6 @@ func (h rbDefinitionHandler) createHandler(w http.ResponseWriter, r *http.Reques
}
// uploadHandler handles upload of the bundle tar file into the database
-// Note: This will be implemented in a different patch
func (h rbDefinitionHandler) uploadHandler(w http.ResponseWriter, r *http.Request) {
vars := mux.Vars(r)
uuid := vars["rbdID"]