lib/fog/baremetal/openstack.rb in fog-openstack-0.2.3 vs lib/fog/baremetal/openstack.rb in fog-openstack-0.2.4
- old
+ new
@@ -247,20 +247,15 @@
end
class Real
include Fog::OpenStack::Core
- def default_service_type
- %w[baremetal]
+ def self.not_found_class
+ Fog::Baremetal::OpenStack::NotFound
end
- # NOTE: uncommenting this should be treated as api-change!
- # def self.not_found_class
- # Fog::Baremetal::OpenStack::NotFound
- # end
-
- def default_path_prefix
- 'v1'
+ def default_service_type
+ %w[baremetal]
end
end
end
end
end