1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[rackspace] adding auth endpoint constants in Fog::Rackspace

This commit is contained in:
Kyle Rames 2013-03-11 16:15:23 -05:00
parent 9bb967aca0
commit baf379c67b

View file

@ -5,6 +5,9 @@ module Fog
module Rackspace
extend Fog::Provider
US_AUTH_ENDPOINT = 'https://identity.api.rackspacecloud.com/v2.0'
UK_AUTH_ENDPOINT = 'https://lon.identity.api.rackspacecloud.com/v2.0'
module Errors
class ServiceError < Fog::Errors::Error
attr_reader :response_data, :status_code