Sha256: d2f0f4f82c84e930c2848c59711bb36529c96ceea1b1afa55403eb9bbfe331e5
Contents?: true
Size: 359 Bytes
Versions: 13
Compression:
Stored size: 359 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
13 entries across 13 versions & 1 rubygems