Method: Fog::OpenStack::Image::V2::Mock#credentials

Defined in:
lib/fog/openstack/image/v2.rb

#credentialsObject



95
96
97
98
99
100
101
# File 'lib/fog/openstack/image/v2.rb', line 95

def credentials
  {:provider                 => 'openstack',
   :openstack_auth_url       => @openstack_auth_uri.to_s,
   :openstack_auth_token     => @auth_token,
   :openstack_region         => @openstack_region,
   :openstack_management_url => @openstack_management_url}
end