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, 0 insertions, 7 deletions
diff --git a/tools/ds-identify b/tools/ds-identify
index da23e836..cd07565d 100755
--- a/tools/ds-identify
+++ b/tools/ds-identify
@@ -1262,13 +1262,6 @@ 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}
}