summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ds-identify4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ds-identify b/tools/ds-identify
index c93d4a77..071cdc0c 100755
--- a/tools/ds-identify
+++ b/tools/ds-identify
@@ -1062,6 +1062,10 @@ dscheck_OpenStack() {
return ${DS_FOUND}
fi
+ if dmi_chassis_asset_tag_matches "SAP CCloud VM"; then
+ return ${DS_FOUND}
+ fi
+
# LP: #1669875 : allow identification of OpenStack by asset tag
if dmi_chassis_asset_tag_matches "$nova"; then
return ${DS_FOUND}