mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Recognize ninefold_api_url option for pre-production testing
This commit is contained in:
parent
8e3ee75555
commit
e9342d16e5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module Fog
|
|||
API_URL = "http://api.ninefold.com/compute/v1.0/"
|
||||
|
||||
requires :ninefold_compute_key, :ninefold_compute_secret
|
||||
recognizes :ninefold_api_url # allow us to specify non-prod environments
|
||||
|
||||
model_path 'fog/ninefold/models/compute'
|
||||
model :server
|
||||
|
|
Loading…
Reference in a new issue