1
0
Fork 0
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:
Kaloyan Kanev 2013-03-27 15:58:54 +02:00
parent a77ccfbd1d
commit 8f664c1ffc

View file

@ -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'