1
0
Fork 0
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:
Caius Durling 2011-09-20 12:04:47 +01:00 committed by Paul Thornthwaite
parent 842f1b6e50
commit ae6859ff01

View file

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