mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fixed file path to adhere to fog mainline
This commit is contained in:
parent
166803de25
commit
b9ba6c8359
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ module Fog
|
|||
recognizes :rackspace_auth_url, :persistent, :raise_errors
|
||||
recognizes :rackspace_auth_token, :rackspace_service_url, :rackspace_account_id
|
||||
|
||||
model_path 'rackspace-monitoring/monitoring/models'
|
||||
model_path 'fog/rackspace/models/monitoring/models'
|
||||
model :entity
|
||||
collection :entities
|
||||
model :check
|
||||
|
@ -29,7 +29,7 @@ module Fog
|
|||
model :check_type
|
||||
collection :check_types
|
||||
|
||||
request_path 'rackspace-monitoring/monitoring/requests'
|
||||
request_path 'fog/rackspace/models/monitoring/requests'
|
||||
request :list_agent_tokens
|
||||
request :list_alarms
|
||||
request :list_alarm_examples
|
||||
|
|
Loading…
Add table
Reference in a new issue