mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[cloudsigma] Make api location as an option (:cloudsigma_host)
This commit is contained in:
parent
a77ccfbd1d
commit
8f664c1ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ module Fog
|
|||
module Compute
|
||||
class CloudSigma < Fog::Service
|
||||
requires :cloudsigma_password, :cloudsigma_username
|
||||
recognizes :cloudsigma_password, :cloudsigma_username
|
||||
recognizes :cloudsigma_password, :cloudsigma_username, :cloudsigma_host
|
||||
|
||||
model_path 'fog/cloudsigma/models'
|
||||
request_path 'fog/cloudsigma/requests'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue