summaryrefslogtreecommitdiff
path: root/tools/ds-identify
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ds-identify')
-rwxr-xr-xtools/ds-identify7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ds-identify b/tools/ds-identify
index cd07565d..da23e836 100755
--- a/tools/ds-identify
+++ b/tools/ds-identify
@@ -1262,6 +1262,13 @@ dscheck_OpenStack() {
*) return ${DS_MAYBE};;
esac
+ # If we are on bare metal, then we maybe are on a
+ # bare metal Ironic environment.
+ detect_virt
+ if [ "${_RET}" = "none" ]; then
+ return ${DS_MAYBE}
+ fi
+
return ${DS_NOT_FOUND}
}