lib/fog/openstack/compute.rb in fog-1.22.0 vs lib/fog/openstack/compute.rb in fog-1.22.1

- old
+ new

@@ -1,11 +1,10 @@ require 'fog/openstack/core' module Fog module Compute class OpenStack < Fog::Service - requires :openstack_auth_url recognizes :openstack_auth_token, :openstack_management_url, :persistent, :openstack_service_type, :openstack_service_name, :openstack_tenant, :openstack_api_key, :openstack_username, :openstack_identity_endpoint, @@ -168,11 +167,10 @@ # Hosts request :list_hosts request :get_host_details - class Mock attr_reader :auth_token attr_reader :auth_token_expiration attr_reader :current_user attr_reader :current_tenant @@ -427,10 +425,9 @@ false, @connection_options) end true end - end end end end