Changes to fix bugs in the support of topologies of 1 socket with hyperthreading
Change-Id: If9ec1a223d7739bb63078c58171a05aec34ef2ae
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_openvim/vim_schema.py b/osm_openvim/vim_schema.py
index c48d48e..a296083 100644
--- a/osm_openvim/vim_schema.py
+++ b/osm_openvim/vim_schema.py
@@ -146,7 +146,7 @@
"os_type": {"type":"string"},
"os_version": {"type":"string"},
"bus": {"type":"string"},
- "topology": {"type":"string", "enum": ["oneSocket"]}
+ "topology": {"type":"string", "enum": ["oneSocket", "oneSocket:hyperthreading"]}
}
}
@@ -764,4 +764,4 @@
"required": ["of_port_mapings"],
"additionalProperties": False
-}
\ No newline at end of file
+}