Sha256: fee76e1545b2aa5b27a3be653b8d5a547cb8ac3251847f32deed3d5974566caf
Contents?: true
Size: 395 Bytes
Versions: 11
Compression:
Stored size: 395 Bytes
Contents
# Use so you can run in mock mode from the command line # # FOG_MOCK=true fog Fog.mock! if ENV["FOG_MOCK"] == "true" # if in mocked mode, fill in some fake credentials for us if Fog.mock? Fog.credentials = { :ovirt_url => "http://ovirt:8080/api", :ovirt_username => "admin@internal", :ovirt_password => "123123" }.merge(Fog.credentials) end
Version data entries
11 entries across 9 versions & 2 rubygems