summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/openstack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/openstack.rb')
-rw-r--r--lib/ohai/plugins/openstack.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ohai/plugins/openstack.rb b/lib/ohai/plugins/openstack.rb
index cd2731da..2cd86aed 100644
--- a/lib/ohai/plugins/openstack.rb
+++ b/lib/ohai/plugins/openstack.rb
@@ -55,6 +55,7 @@ Ohai.plugin(:Openstack) do
# dreamhost systems have the dhc-user on them
def openstack_provider
return "dreamhost" if get_attribute("etc", "passwd", "dhc-user")
+
"openstack"
end