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:
parent
9bb967aca0
commit
baf379c67b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue