1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog
Eric Hankins ef3bec5ade [Zerigo|DNS] Remove default 3600 TTL
Zerigo records and zones were setting a TTL of 3600 on the model if no
TTL was set in the response. On first glance this seems like A Good
Thing - yes we want a default TTL! However, it masks the fact that a
record might have no TTL set on it and is using the default TTL from the
zone. If you're trying to use the model to determine if the TTL is set
to some value (say 3600), but the value defaults to 3600 if it isn't
set, then you have no way of knowing if it's right or not.

This change forces you to set a TTL if you're performing an operation
that requires one (#save).
2013-05-10 11:14:54 -05:00
..
atmos
aws Using AWS::Compute::Error for CloudFormation errors produces erroneous error messages 2013-05-05 08:20:05 -04:00
bare_metal_cloud
bin disable mock running, I think. 2013-05-01 17:40:20 -07:00
bluebox Fix bluebox's Server#public_ip_address 2013-04-25 13:33:21 -07:00
brightbox [Brightbox] Updates image selector for name format 2013-05-02 11:10:19 +01:00
clodo
cloudstack Merge pull request #1771 from dm1try/cloudstack_add_disk_offering_model 2013-04-24 12:26:36 -07:00
compute/models Stop hardcoding the server ssh port. 2013-03-12 16:50:17 +01:00
core Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
digitalocean Fix CHANGELOG fog version for digitalocean, xenserver and openstack 2013-04-05 20:29:15 +02:00
dnsimple
dnsmadeeasy
dreamhost Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
dynect
ecloud
glesys fixing merge issues 2013-03-11 16:02:00 -05:00
go_grid
google Add a custom log warning on load error. 2013-05-04 19:26:24 -04:00
hp Fix non-circular-require warnings 2013-04-22 15:16:32 -07:00
ibm
internet_archive [Docs] Fixes assorted yardoc tagging issues 2013-05-02 13:19:12 +01:00
joyent Fixes #39 joyent server resize command requires expected response code 2013-05-06 10:05:38 -07:00
libvirt Add :id attribute to libvirt nic model 2013-05-06 12:55:33 +02:00
linode
local
ninefold
openstack Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
ovirt ovirt quota support 2013-03-23 21:46:14 -04:00
rackspace Merge pull request #1801 from sferik/multi_json 2013-05-06 08:17:31 -07:00
riakcs Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
schema
serverlove
storm_on_demand
terremark
vcloud Remove unecessary print 2013-03-13 10:11:18 +05:30
vmfusion
voxel
vsphere Merge pull request #1799 from grimme-atix-de/getdatastore 2013-05-05 05:07:14 -07:00
xenserver [Docs] Fixes assorted yardoc tagging issues 2013-05-02 13:19:12 +01:00
zerigo [Zerigo|DNS] Remove default 3600 TTL 2013-05-10 11:14:54 -05:00
atmos.rb
aws.rb AWS | storage: big refactor 2013-04-16 23:30:35 +01:00
bare_metal_cloud.rb
bin.rb reverting bin.rb to original state. 2013-05-01 17:04:05 -07:00
bluebox.rb fixing merge issues 2013-03-11 16:02:00 -05:00
brightbox.rb
cdn.rb
clodo.rb
cloudstack.rb
compute.rb merge fail. 2013-05-01 17:44:28 -07:00
core.rb restore ability to load fog from source without bundler 2013-04-02 17:22:06 -04:00
digitalocean.rb [digitalocean|compute] initial release 2013-03-31 22:16:08 +02:00
dns.rb
dnsimple.rb
dnsmadeeasy.rb
dreamhost.rb
dynect.rb
ecloud.rb
glesys.rb
go_grid.rb
google.rb
hp.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
ibm.rb
identity.rb
image.rb
internet_archive.rb fix internet archive use of headers, remove acls 2013-03-26 17:21:57 -04:00
joyent.rb fix joyent and xenserver so they can be required individually 2013-03-28 11:52:27 -04:00
libvirt.rb
linode.rb
local.rb
network.rb
ninefold.rb
openstack.rb [openstack] Retrieve supported API version for Image & Network services 2013-03-26 16:25:04 +01:00
ovirt.rb
rackspace.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
riakcs.rb Revert "Updated gem spec to require json rather than multi_json" 2013-05-06 04:05:36 -07:00
serverlove.rb
storage.rb
storm_on_demand.rb
terremark.rb
vcloud.rb
version.rb Release 1.11.1 2013-05-05 10:12:41 -05:00
vmfusion.rb
volume.rb
voxel.rb
vsphere.rb
xenserver.rb fix joyent and xenserver so they can be required individually 2013-03-28 11:52:27 -04:00
zerigo.rb