mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|brightbox] Allow persistent option to be passed to Brightbox::Compute
This commit is contained in:
parent
842f1b6e50
commit
ae6859ff01
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Fog
|
|||
API_URL = "https://api.gb1.brightbox.com/"
|
||||
|
||||
requires :brightbox_client_id, :brightbox_secret
|
||||
recognizes :brightbox_auth_url, :brightbox_api_url
|
||||
recognizes :brightbox_auth_url, :brightbox_api_url, :persistent
|
||||
|
||||
model_path 'fog/brightbox/models/compute'
|
||||
model :account # Singular resource, no collection
|
||||
|
|
Loading…
Add table
Reference in a new issue