summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ray <matthewhray@gmail.com>2012-11-09 17:24:26 -0600
committerBryan McLellan <btm@opscode.com>2012-12-06 13:05:23 -0800
commit92783a3afd51206591a11555c7009a82539f5a38 (patch)
treeb8f4d68e8655cd0d823da98e029075267f60a844
parentfd671c0e657ffd586f003328fb255b6f3c5d0dd1 (diff)
downloadohai-92783a3afd51206591a11555c7009a82539f5a38.tar.gz
turns out Rackspace doesn't have the metadata server enabled
-rw-r--r--lib/ohai/plugins/openstack.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ohai/plugins/openstack.rb b/lib/ohai/plugins/openstack.rb
index d6b0f31a..4c9711a7 100644
--- a/lib/ohai/plugins/openstack.rb
+++ b/lib/ohai/plugins/openstack.rb
@@ -35,8 +35,6 @@ if hint?('openstack') || hint?('hp')
case
when hint?('hp')
openstack['provider'] = 'hp'
- when hint?('rackspace')
- openstack['provider'] = 'rackspace'
else
openstack['provider'] = 'openstack'
end