Feature 10997: add oci flag as new property in k8s repos 77/13977/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 20 Oct 2023 09:53:51 +0000 (11:53 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 4 Dec 2023 22:49:52 +0000 (23:49 +0100)
Change-Id: Ie111db3cd71894454da8c7e96b3c1faf3cd2077a
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_nbi/validation.py

index bfea112..620272f 100644 (file)
@@ -949,6 +949,7 @@ k8srepo_properties = {
     "cacert": long_description_schema,
     "user": string_schema,
     "password": passwd_schema,
+    "oci": bool_schema,
 }
 k8srepo_new_schema = {
     "title": "k8scluster creation input schema",