change repo type to helm-chart,juju-bundle 06/8306/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 3 Dec 2019 23:50:49 +0000 (23:50 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 4 Dec 2019 14:50:58 +0000 (14:50 +0000)
Change-Id: Id46d9815fbab76b41ebe2bd21cad9d5f8aa056ad
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
osm_nbi/validation.py

index 56a2018..69caff7 100644 (file)
@@ -587,7 +587,7 @@ k8scluster_edit_schema = {
 }
 
 # K8s Repos
-k8srepo_types = {"enum": ["chart", "bundle"]}
+k8srepo_types = {"enum": ["helm-chart", "juju-bundle"]}
 k8srepo_properties = {
     "name": name_schema,
     "description": description_schema,